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:
hikerstk 2009-03-31 03:15:41 +00:00
parent f860816241
commit 4da63bbe90
11 changed files with 16 additions and 11 deletions

View File

@ -33,4 +33,4 @@ namespace GUIEngine
}
#endif
#endif

View File

@ -118,4 +118,4 @@ class MyGUIButton : public IGUIButton
core::rect<s32> PressedImageRect;
};
}
#endif
#endif

View File

@ -463,4 +463,5 @@ Widget* Screen::getFirstWidget(ptr_vector<Widget>* within_vector)
return within_vector->get(i);
}
return NULL;
}
}

View File

@ -51,4 +51,4 @@ namespace GUIEngine
}
#endif
#endif

View File

@ -67,4 +67,4 @@ public:
};
}
#endif
#endif

View File

@ -16,4 +16,4 @@ namespace StateManager
void escapePressed();
}
#endif
#endif

View File

@ -974,4 +974,5 @@ void ModelViewWidget::add()
void ModelViewWidget::setModel(SAnimatedMesh* mesh)
{
((IGUIMeshViewer*)m_element)->setMesh( mesh );
}
}

View File

@ -292,4 +292,4 @@ namespace GUIEngine
};
}
#endif
#endif

View File

@ -30,4 +30,5 @@ public:
};
#endif
#endif

View File

@ -79,4 +79,5 @@ public:
};
#endif
#endif

View File

@ -10,4 +10,5 @@ namespace SDLManager
void hidePointer();
}
#endif
#endif