]> git.jsancho.org Git - lugaru.git/blobdiff - Source/main.cpp
Sorted all source files in folders
[lugaru.git] / Source / main.cpp
index 09a10cb9d785429d6e9a2e96806b69cb73fcb157..2144a8cf9c8612187fcdfd712ea71434f9518fa9 100644 (file)
@@ -25,15 +25,15 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include <iostream>
 #include <zlib.h>
 #include <set>
-#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 <windows.h>