aboutsummaryrefslogtreecommitdiff
path: root/src/levels.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-08 17:21:32 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-08 17:21:32 -0700
commit028880ad2c3c3906ce1f1bc801cf9f1ea41ad8eb (patch)
tree5db01715df59c900bd9452a9054711f1be9d63d8 /src/levels.c
parentf7392070995ad077dcaa387469934325e8e5c067 (diff)
Started level 8
Diffstat (limited to 'src/levels.c')
-rw-r--r--src/levels.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/levels.c b/src/levels.c
index f3226d0..c7f933e 100644
--- a/src/levels.c
+++ b/src/levels.c
@@ -12,6 +12,7 @@ const LevelInfo levelInfoList[LEVELS_COUNT] = {
(LevelInfo){initLevel5, closelevel5, updateLevel5},
(LevelInfo){initLevel6, closelevel6, updateLevel6},
(LevelInfo){initLevel7, closelevel7, updateLevel7},
+ (LevelInfo){initLevel8, closelevel8, updateLevel8},
(LevelInfo){initTestLevel, closeTestLevel, updateTestLevel}
};