From ae0130e815c353c7fc045d7bb510e919f0f87231 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 29 Apr 2011 22:10:14 +0200 Subject: win32 port wip --- scene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scene.h') 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 +//#include class Scene { public: @@ -16,7 +16,7 @@ class Scene { Vector3 pos; float yvel; Quadtree *qt; - FTFont *font; + //FTFont *font; GUI *gui; Tool *tool; -- cgit v1.2.3