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