summaryrefslogtreecommitdiff
path: root/paddle.h
diff options
context:
space:
mode:
Diffstat (limited to 'paddle.h')
-rw-r--r--paddle.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/paddle.h b/paddle.h
index 754cdbf..c9c23a3 100644
--- a/paddle.h
+++ b/paddle.h
@@ -1,4 +1,11 @@
#ifndef PADDLE_H
#define PADDLE_H
+GLuint paddle_texture;
+
+typedef struct {
+ GLfloat w, h, x, y, z;
+ GLfloat r, g, b, a;
+} Paddle_t;
+
#endif