summaryrefslogtreecommitdiff
path: root/glpong.h
diff options
context:
space:
mode:
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