summaryrefslogtreecommitdiff
path: root/ball.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-09 03:04:24 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-09 03:04:24 +0000
commita61afd2ec1baa53361fa763430c5c0abfe6647df (patch)
tree1b0fd7cc0dc8ea165b54bc1b7d2f903a9be4c6a2 /ball.h
parent9b186bbaba1913b65ce01c570878b98346b35c71 (diff)
New ball image. Fixes, code clean up. Removal of unused functions.
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@13 4dd1920e-271a-0410-bca0-81b404a81564
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