summaryrefslogtreecommitdiff
path: root/paddle.h
diff options
context:
space:
mode:
Diffstat (limited to 'paddle.h')
-rw-r--r--paddle.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/paddle.h b/paddle.h
deleted file mode 100644
index c0c8b0c..0000000
--- a/paddle.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PADDLE_H
-#define PADDLE_H
-
-GLuint paddle_texture;
-GLuint paddle_hit_texture;
-
-typedef struct {
- GLfloat w, h, x, y, z;
- GLfloat r, g, b, a;
-} Paddle_t;
-
-#endif