summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-01-22 01:21:30 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:35 -0400
commitbf004a04b33e1172c5d9871dc4632ecadf491cd7 (patch)
treebb6ed01fa227952e8cb63b5852b5a54b049794e9 /glpong3d.h
parent3aa0e202c360cbf69bfa26fe23daf43f5ef695a1 (diff)
Split paddle and ball drawing into separate functions
Signed-off-by: Matt Turner <mattst88@gmail.com>
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;