summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 869ea55..d494994 100644
--- a/scene.h
+++ b/scene.h
@@ -5,6 +5,7 @@
#include "quadtree.h"
#include "gl.h"
#include "shader.h"
+#include "gui.h"
#include <FTGL/ftgl.h>
@@ -15,11 +16,13 @@ class Scene {
float yvel;
Quadtree *qt;
FTFont *font;
+ GUI *gui;
bool running;
bool grid;
bool terrain;
bool gravity;
+ bool dialog;
Quadtree::QuadNode *last_node;