summaryrefslogtreecommitdiff
path: root/glpong.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-06-05 20:02:57 +0000
committerMatt Turner <mattst88@gmail.com>2008-06-05 20:02:57 +0000
commit1f714742e2dc53445f9979980e4b2e74c5bdcf8f (patch)
tree7b4a30484bb0e963e6caea1f44c7d1eb3b80ca8b /glpong.h
parent33c1f18d3871fc756f381d1a3aee1fdac2ff077e (diff)
Fix a few warnings from icc. Remove an unneeded function
git-svn-id: svn://mattst88.com/svn/glpong/trunk@17 449aeecc-241a-0410-943f-e2f883e2d7a2
Diffstat (limited to 'glpong.h')
-rw-r--r--glpong.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/glpong.h b/glpong.h
index b665ffa..2cec198 100644
--- a/glpong.h
+++ b/glpong.h
@@ -10,9 +10,10 @@
#define GLPONG_WIDTH 640.0f
#define GLPONG_HEIGHT 480.0f
-#define GLPONG_NOACTION 0
-#define GLPONG_EXIT 1
-#define GLPONG_ADDBALL 2
+#define GLPONG_NOACTION 0
+#define GLPONG_EXIT 1
+#define GLPONG_ADDBALL 2
+#define GLPONG_DELETEBALL 3
#if SDL_BYTEORDER == SDL_BIG_ENDIAN
#define RMASK 0xff000000