diff options
Diffstat (limited to 'ball.h')
-rw-r--r-- | ball.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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
|