From 3bb33734a92e86024488adf88dc2a368c8c952b2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 May 2011 14:11:40 +0200 Subject: Basic lua implementation. --- scene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scene.h') diff --git a/scene.h b/scene.h index 89a5ec0..7d68583 100644 --- a/scene.h +++ b/scene.h @@ -7,6 +7,7 @@ #include "shader.h" #include "gui.h" #include "tool.h" +#include "scripting.h" #include @@ -20,6 +21,7 @@ class Scene { GUI *gui; Tool *tool; ConsoleWindow *console; + Lua *lua; bool running; bool grid; @@ -37,8 +39,6 @@ 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