summaryrefslogtreecommitdiff
path: root/catch.h
diff options
context:
space:
mode:
Diffstat (limited to 'catch.h')
-rw-r--r--catch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/catch.h b/catch.h
index 0607a16..09a4c83 100644
--- a/catch.h
+++ b/catch.h
@@ -32,6 +32,10 @@
#define STATE_MAIN_MENU 1
#define STATE_GAME 2
#define STATE_GAME_OVER 3
+#define GAME_TIME 60
+
+#define TICK_SPEED 50
+#define TICKS_PER_SECOND 10000 / TICK_SPEED
// cat and bird structures
struct Cat {