aboutsummaryrefslogtreecommitdiff
path: root/src/levels.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 00:38:28 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 00:38:28 -0700
commit123e581f76d58df67bcf041f510c529601dae502 (patch)
tree8814977a4b5e6dd9d5f1f2dcf5f68461aeeb54db /src/levels.h
parent95bdaa95050696cd36f12ea58c5df65dad23c4f5 (diff)
Finally have a real game play loop
Diffstat (limited to 'src/levels.h')
-rw-r--r--src/levels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/levels.h b/src/levels.h
index 9107715..f14ec71 100644
--- a/src/levels.h
+++ b/src/levels.h
@@ -6,6 +6,7 @@
#define LEVELS_H
#define LEVELS_COUNT 13
+#define GAME_LEVELS_COMPLETE_AT 11
#define NO_LEVEL -1