summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-04-29 22:10:14 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-04-29 22:10:14 +0200
commitae0130e815c353c7fc045d7bb510e919f0f87231 (patch)
treecbaf7e533335a3c7c0f08cac9c4f9955ebac2bd3 /scene.h
parent55e76bdaafa1e2a94fbd717335c1c7bd8c8fc156 (diff)
win32 port wip
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene.h b/scene.h
index 59f0c79..3131474 100644
--- a/scene.h
+++ b/scene.h
@@ -8,7 +8,7 @@
#include "gui.h"
#include "tool.h"
-#include <FTGL/ftgl.h>
+//#include <FTGL/ftgl.h>
class Scene {
public:
@@ -16,7 +16,7 @@ class Scene {
Vector3 pos;
float yvel;
Quadtree *qt;
- FTFont *font;
+ //FTFont *font;
GUI *gui;
Tool *tool;