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.h | |
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.h')
-rw-r--r-- | src/gui/browserbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h index bd853cb4..666a7754 100644 --- a/src/gui/browserbox.h +++ b/src/gui/browserbox.h @@ -31,6 +31,7 @@ #include <guichan/mouselistener.hpp> #include "../guichanfwd.h" +#include "../main.h" class LinkHandler; |