diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-08-02 23:54:57 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-03 16:42:17 -0600 |
commit | 7773f04b4beb1a24214fe1a367b645a689d2c852 (patch) | |
tree | 6711fc8402944eddaf78d46101f0d07687bb7356 /src/gui/speechbubble.cpp | |
parent | 94f91a5fd9f3f609e93224fe71d2a3bcce1c0866 (diff) | |
download | mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.gz mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.bz2 mana-7773f04b4beb1a24214fe1a367b645a689d2c852.tar.xz mana-7773f04b4beb1a24214fe1a367b645a689d2c852.zip |
Move Theme and UserPalette to the resources folder
Reviewed-by: Yohann Ferreira
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r-- | src/gui/speechbubble.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp index 08d00038..af42feb7 100644 --- a/src/gui/speechbubble.cpp +++ b/src/gui/speechbubble.cpp @@ -25,10 +25,11 @@ #include "graphics.h" #include "gui/gui.h" -#include "gui/theme.h" #include "gui/widgets/textbox.h" +#include "resources/theme.h" + #include <guichan/font.hpp> #include <guichan/widgets/label.hpp> |