summaryrefslogtreecommitdiff
path: root/paddle.h
diff options
context:
space:
mode:
Diffstat (limited to 'paddle.h')
-rw-r--r--paddle.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/paddle.h b/paddle.h
deleted file mode 100644
index 6ec3893..0000000
--- a/paddle.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef PADDLE_H
-#define PADDLE_H
-
-typedef struct {
- GLfloat w, h, x, y;
- GLfloat r, g, b, a;
- struct {
- GLfloat w, h, x, y;
- } Top, Bottom;
-} Paddle_t;
-
-void GLPong_PaddlesCreate();
-
-#endif