summaryrefslogtreecommitdiff
path: root/paddle.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-04 18:51:19 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-04 18:51:19 +0000
commitdb11e471adb42d1def9cd85cfc82ae07b491cd70 (patch)
tree43d07fa8f2b8ac385ac61eb5e3979b35effb6589 /paddle.h
parent30783e44cac2b4a32eedff9ee5052ba61dde0a6c (diff)
Still progressing
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@7 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'paddle.h')
-rw-r--r--paddle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/paddle.h b/paddle.h
index c9c23a3..c0c8b0c 100644
--- a/paddle.h
+++ b/paddle.h
@@ -2,6 +2,7 @@
#define PADDLE_H
GLuint paddle_texture;
+GLuint paddle_hit_texture;
typedef struct {
GLfloat w, h, x, y, z;