summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
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 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 <FTGL/ftgl.h>
@@ -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;