]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameInitDispose.cpp
Sorted all source files in folders
[lugaru.git] / Source / GameInitDispose.cpp
index c070d293872a430e7b922908e5adb8cedcec805e..036f80f9a4fc737d8c4d8ed2085958b8318dc2e6 100644 (file)
@@ -19,11 +19,11 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "Game.h"
-#include "openal_wrapper.h"
 #include "Animation/Animation.h"
-#include "Texture.h"
+#include "Audio/openal_wrapper.h"
+#include "Graphic/Texture.h"
+#include "Menu/Menu.h"
 #include "Utils/Folders.h"
-#include "Menu.h"
 
 extern float screenwidth, screenheight;
 extern float viewdistance;