summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene.h b/scene.h
index 7d68583..9e3ddb7 100644
--- a/scene.h
+++ b/scene.h
@@ -39,8 +39,9 @@ class Scene {
int sx, sy;
GLShaderProgram terrain_program;
+ GLShaderProgram water_program;
- GLuint grass_texture, rock_texture, soil_texture, marker_texture;
+ GLuint grass_texture, rock_texture, soil_texture, water_texture, marker_texture;
Scene();
~Scene();