summaryrefslogtreecommitdiff
path: root/src/maplayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-31 20:38:42 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-31 20:38:42 +0300
commitb310c51796d1632aeefc834dc0e931c52f909a41 (patch)
tree1332b627664b8450cc3fdbbd2995ce0ffc67b724 /src/maplayer.cpp
parent07c2392f2a7a7fa90d1c0dfe97dbd3bf29fdfad1 (diff)
downloadManaVerse-b310c51796d1632aeefc834dc0e931c52f909a41.tar.gz
ManaVerse-b310c51796d1632aeefc834dc0e931c52f909a41.tar.bz2
ManaVerse-b310c51796d1632aeefc834dc0e931c52f909a41.tar.xz
ManaVerse-b310c51796d1632aeefc834dc0e931c52f909a41.zip
move render classes into render dir.
Diffstat (limited to 'src/maplayer.cpp')
-rw-r--r--src/maplayer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/maplayer.cpp b/src/maplayer.cpp
index 81561d94a..10aa6b4c9 100644
--- a/src/maplayer.cpp
+++ b/src/maplayer.cpp
@@ -24,8 +24,9 @@
#include "configuration.h"
#include "graphicsvertexes.h"
+
#ifndef USE_OPENGL
-#include "graphics.h"
+#include "render/graphics.h"
#endif
#include "localplayer.h"