]> git.jsancho.org Git - lugaru.git/blobdiff - Source/main.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / main.cpp
index 2144a8cf9c8612187fcdfd712ea71434f9518fa9..8463907b00b2aee8a91d2c3c2117f3a77546b76f 100644 (file)
@@ -18,27 +18,27 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "Game.hpp"
+
+#include "Audio/openal_wrapper.hpp"
+#include "Graphic/gamegl.hpp"
+#include "MacCompatibility.hpp"
+#include "User/Settings.hpp"
+
+#include <fstream>
+#include <iostream>
 #include <math.h>
+#include <set>
 #include <stdio.h>
 #include <string.h>
-#include <fstream>
-#include <iostream>
 #include <zlib.h>
-#include <set>
-#include "MacCompatibility.h"
-#include "Graphic/gamegl.h"
-#include "User/Settings.h"
-
-#include "Game.h"
 
 using namespace Game;
 
-#include "Audio/openal_wrapper.h"
-
 #ifdef WIN32
-#include <windows.h>
 #include <shellapi.h>
-#include "win-res/resource.h"
+#include <windows.h>
+#include "win-res/resource.hpp"
 #endif
 
 extern float multiplier;