summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.cpp
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-14 23:17:58 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-14 23:17:58 +0000
commit1c38618bb88e2e2b6f2c110382737e8e03c54a86 (patch)
treeaa5a03382f0414b567dd07b0c595d0c73245316a /src/gui/browserbox.cpp
parent8e1c3b592c9ebcec9e006bcc54eea55bfea4a864 (diff)
downloadMana-1c38618bb88e2e2b6f2c110382737e8e03c54a86.tar.gz
Mana-1c38618bb88e2e2b6f2c110382737e8e03c54a86.tar.bz2
Mana-1c38618bb88e2e2b6f2c110382737e8e03c54a86.tar.xz
Mana-1c38618bb88e2e2b6f2c110382737e8e03c54a86.zip
Started to fade out the useOpenGL global variable.
Diffstat (limited to 'src/gui/browserbox.cpp')
-rw-r--r--src/gui/browserbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp
index e00494cd..5cae9fb7 100644
--- a/src/gui/browserbox.cpp
+++ b/src/gui/browserbox.cpp
@@ -23,7 +23,6 @@
#include <guichan/imagefont.hpp>
-#include "../main.h"
#ifdef USE_OPENGL
#include "../resources/resourcemanager.h"
#endif
@@ -31,6 +30,8 @@
#include "linkhandler.h"
#include "gui.h"
+extern bool useOpenGL;
+
int BrowserBox::instances = 0;
gcn::ImageFont* BrowserBox::browserFont;