Removed warnings about missing new lines at end of file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3325 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
f860816241
commit
4da63bbe90
@ -33,4 +33,4 @@ namespace GUIEngine
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -118,4 +118,4 @@ class MyGUIButton : public IGUIButton
|
||||
core::rect<s32> PressedImageRect;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@ -463,4 +463,5 @@ Widget* Screen::getFirstWidget(ptr_vector<Widget>* within_vector)
|
||||
return within_vector->get(i);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -51,4 +51,4 @@ namespace GUIEngine
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -67,4 +67,4 @@ public:
|
||||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@ -16,4 +16,4 @@ namespace StateManager
|
||||
void escapePressed();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -974,4 +974,5 @@ void ModelViewWidget::add()
|
||||
void ModelViewWidget::setModel(SAnimatedMesh* mesh)
|
||||
{
|
||||
((IGUIMeshViewer*)m_element)->setMesh( mesh );
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -292,4 +292,4 @@ namespace GUIEngine
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@ -30,4 +30,5 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -79,4 +79,5 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -10,4 +10,5 @@ namespace SDLManager
|
||||
void hidePointer();
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user