diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:07:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:38:03 +0300 |
commit | cde42202d69e178da73c698065deca54b24054fd (patch) | |
tree | d636965ecde85db8de36fa65735920826e8e191b /src/render/graphics.h | |
parent | 21e63bbf54679ec236d1f09ed435959ff6a04db2 (diff) | |
download | plus-cde42202d69e178da73c698065deca54b24054fd.tar.gz plus-cde42202d69e178da73c698065deca54b24054fd.tar.bz2 plus-cde42202d69e178da73c698065deca54b24054fd.tar.xz plus-cde42202d69e178da73c698065deca54b24054fd.zip |
move exguichan files into gui/base/
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 0cb510195..93d46b475 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -29,8 +29,8 @@ #include "render/renderers.h" -#include <guichan/color.hpp> -#include <guichan/graphics.hpp> +#include "gui/base/color.hpp" +#include "gui/base/graphics.hpp" #ifdef USE_SDL2 #include <SDL_render.h> |