diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-18 23:08:05 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-10-18 23:08:05 +0000 |
commit | 189e03a2f26434284684772306a95e3caeb6fb25 (patch) | |
tree | 47a928a9dc7513f503fb989fb85471757fa6b6a3 /src/gui/browserbox.cpp | |
parent | 86441fda9c561dd264039edc68ddabbf7cb54ce2 (diff) | |
download | mana-189e03a2f26434284684772306a95e3caeb6fb25.tar.gz mana-189e03a2f26434284684772306a95e3caeb6fb25.tar.bz2 mana-189e03a2f26434284684772306a95e3caeb6fb25.tar.xz mana-189e03a2f26434284684772306a95e3caeb6fb25.zip |
Fixed two forgotten main.h includes which caused OpenGL option in the setup
dialog and the font used in OpenGL mode in the BrowserBox not to function.
Diffstat (limited to 'src/gui/browserbox.cpp')
-rw-r--r-- | src/gui/browserbox.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp index 65fdde64..21609434 100644 --- a/src/gui/browserbox.cpp +++ b/src/gui/browserbox.cpp @@ -21,14 +21,13 @@ * $Id$ */ -#include "browserbox.h" - #include <algorithm> #include <guichan/graphics.hpp> #include <guichan/imagefont.hpp> #include <guichan/mouseinput.hpp> +#include "browserbox.h" #include "linkhandler.h" #ifdef USE_OPENGL |