summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 95ae158..59f0c79 100644
--- a/scene.h
+++ b/scene.h
@@ -6,6 +6,7 @@
#include "gl.h"
#include "shader.h"
#include "gui.h"
+#include "tool.h"
#include <FTGL/ftgl.h>
@@ -17,6 +18,7 @@ class Scene {
Quadtree *qt;
FTFont *font;
GUI *gui;
+ Tool *tool;
bool running;
bool grid;