summaryrefslogtreecommitdiff
path: root/ball.h
diff options
context:
space:
mode:
Diffstat (limited to 'ball.h')
-rw-r--r--ball.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ball.h b/ball.h
deleted file mode 100644
index 48c8f14..0000000
--- a/ball.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef BALL_H
-#define BALL_H
-
-GLuint ball_texture;
-
-typedef struct {
- GLfloat w, h, x, y, z;
- GLfloat r, g, b, a;
- GLfloat xv, yv, zv;
- GLfloat rotate;
-} Ball_t;
-
-#endif