summaryrefslogtreecommitdiff
path: root/paddle.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2007-12-04 18:36:23 +0000
committerMatt Turner <mattst88@gmail.com>2007-12-04 18:36:23 +0000
commit0e0bc15ac984dc5f5a96e346491c7e799d37baf1 (patch)
treea1791912ff3d0452ff1181a50793cf40e1b9a7bf /paddle.h
parent06a8f078d427e4fd8ce9fd578344a2e29bbe872a (diff)
redo branch is now trunk.
git-svn-id: svn://mattst88.com/svn/glpong/trunk@8 449aeecc-241a-0410-943f-e2f883e2d7a2
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