]> git.jsancho.org Git - lugaru.git/blobdiff - Source/main.cpp
Unify platform-specific definitions and clean .rc file
[lugaru.git] / Source / main.cpp
index 19bfa6ecde6ccee12be0c00bdbc254fcf99ba49e..99d5465d48830a17572488586f89d0ae2d66bdd6 100644 (file)
@@ -22,7 +22,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "Audio/openal_wrapper.hpp"
 #include "Graphic/gamegl.hpp"
-#include "MacCompatibility.hpp"
+#include "Platform/Platform.hpp"
 #include "User/Settings.hpp"
 #include "Version.hpp"
 
@@ -37,7 +37,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 using namespace Game;
 
 #ifdef WIN32
-#include "win-res/resource.hpp"
 #include <shellapi.h>
 #include <windows.h>
 #endif