X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fmain.cpp;fp=Source%2Fmain.cpp;h=2144a8cf9c8612187fcdfd712ea71434f9518fa9;hb=b84825978803615f45a9f128232e62431042aec0;hp=09a10cb9d785429d6e9a2e96806b69cb73fcb157;hpb=bdabd9d4a53be2fa9d90f900f7e5949d2f0ef75c;p=lugaru.git diff --git a/Source/main.cpp b/Source/main.cpp index 09a10cb..2144a8c 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -25,15 +25,15 @@ along with Lugaru. If not, see . #include #include #include -#include "gamegl.h" #include "MacCompatibility.h" -#include "Settings.h" +#include "Graphic/gamegl.h" +#include "User/Settings.h" #include "Game.h" using namespace Game; -#include "openal_wrapper.h" +#include "Audio/openal_wrapper.h" #ifdef WIN32 #include