summaryrefslogtreecommitdiff
path: root/paddle.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 /paddle.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 '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