summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glpong3d.h b/glpong3d.h
index 844b629..e032fc7 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -28,6 +28,7 @@
GLuint paddle_texture;
GLuint paddle_texture_hit;
GLuint ball_texture;
+GLuint box;
typedef struct {
GLfloat x, y, z;