aboutsummaryrefslogtreecommitdiff
path: root/src/levels/level6.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 12:28:26 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 12:28:26 -0700
commit3da57634be30691f23915296024baebca3b6297f (patch)
treedfd9926ea30cbccc3a4ce22e6c31d09bf1429c45 /src/levels/level6.h
parentf70e2018a4d3f979e1108981284a09a44bd11542 (diff)
Started level 6
Diffstat (limited to 'src/levels/level6.h')
-rw-r--r--src/levels/level6.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/levels/level6.h b/src/levels/level6.h
new file mode 100644
index 0000000..de4c747
--- /dev/null
+++ b/src/levels/level6.h
@@ -0,0 +1,11 @@
+#include "gameCommon.h"
+#include "levels.h"
+
+#ifndef LEVEL6_H
+#define LEVEL6_H
+
+void initLevel6(Game * game, Levels * levels);
+void closelevel6(Levels * levels);
+bool updateLevel6(Game * game, Levels * levels);
+
+#endif