diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-31 20:38:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-31 20:38:42 +0300 |
commit | b310c51796d1632aeefc834dc0e931c52f909a41 (patch) | |
tree | 1332b627664b8450cc3fdbbd2995ce0ffc67b724 /src/graphicsmanager.cpp | |
parent | 07c2392f2a7a7fa90d1c0dfe97dbd3bf29fdfad1 (diff) | |
download | mv-b310c51796d1632aeefc834dc0e931c52f909a41.tar.gz mv-b310c51796d1632aeefc834dc0e931c52f909a41.tar.bz2 mv-b310c51796d1632aeefc834dc0e931c52f909a41.tar.xz mv-b310c51796d1632aeefc834dc0e931c52f909a41.zip |
move render classes into render dir.
Diffstat (limited to 'src/graphicsmanager.cpp')
-rw-r--r-- | src/graphicsmanager.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/graphicsmanager.cpp b/src/graphicsmanager.cpp index d39af895d..0e88473f1 100644 --- a/src/graphicsmanager.cpp +++ b/src/graphicsmanager.cpp @@ -37,11 +37,12 @@ #endif #include "configuration.h" -#include "graphics.h" #include "graphicsvertexes.h" #include "logger.h" #include "mgl.h" -#include "sdlgraphics.h" + +#include "render/graphics.h" +#include "render/sdlgraphics.h" #include "resources/fboinfo.h" #include "resources/imagehelper.h" |