]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Game.cpp
index e740aa607f7125da558cb120d91ee423b2dad051..76455fb7a55fb9258f078f3a87aa7369c0044f4c 100644 (file)
@@ -18,11 +18,12 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "SDL_thread.h"
-#include "Game.h"
-#include "Audio/openal_wrapper.h"
-#include "Level/Dialog.h"
+#include "Game.hpp"
 
+#include "Audio/openal_wrapper.hpp"
+#include "Level/Dialog.hpp"
+
+#include <SDL_thread.h>
 
 extern int mainmenu;