From 63e3b825580c8fbf6b84d441c92ed39348e51c17 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 11 May 2011 19:30:31 +0200 Subject: Working win32 port. --- scene.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scene.h') diff --git a/scene.h b/scene.h index e700351..72bf506 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; Terrain *terrain; - //FTFont *font; + FTFont *font; GUI *gui; Tool *tool; @@ -36,6 +36,8 @@ class Scene { int sx, sy; GLShaderProgram terrain_program; + //GLVertexShader terrain_vertex; + //GLFragmentShader terrain_fragment; GLuint grass_texture, rock_texture, soil_texture, marker_texture; -- cgit v1.2.3