diff Engine/Graphics/Render.cpp @ 2567:d569340b05ff

Few constants changed into enum values
author a.parshin
date Thu, 21 May 2015 01:50:59 +0200
parents 30eb6dcac768
children 4d199006c716
line wrap: on
line diff
--- a/Engine/Graphics/Render.cpp	Wed May 20 21:05:07 2015 +0200
+++ b/Engine/Graphics/Render.cpp	Thu May 21 01:50:59 2015 +0200
@@ -12,7 +12,7 @@
 #include "Sprites.h"
 #include "IO/Mouse.h"
 #include "GammaControl.h"
-#include "stru6.h"
+#include "Engine/stru6.h"
 #include "GUI/GUIWindow.h"
 #include "DecalBuilder.h"
 #include "ParticleEngine.h"