aboutsummaryrefslogtreecommitdiff
path: root/src/levels/level7.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-07 13:40:04 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-07 13:40:04 -0700
commitf7392070995ad077dcaa387469934325e8e5c067 (patch)
treea8832ea626ab283d92537d2ce5f6693465440d78 /src/levels/level7.h
parent2b42a05915e0b8e08e83ff7da23d34d2e1a37ccd (diff)
Added level 7
Diffstat (limited to 'src/levels/level7.h')
-rw-r--r--src/levels/level7.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/levels/level7.h b/src/levels/level7.h
new file mode 100644
index 0000000..c068f37
--- /dev/null
+++ b/src/levels/level7.h
@@ -0,0 +1,11 @@
+#include "gameCommon.h"
+#include "levels.h"
+
+#ifndef LEVEL7_H
+#define LEVEL7_H
+
+void initLevel7(Game * game, Levels * levels);
+void closelevel7(Levels * levels);
+bool updateLevel7(Game * game, Levels * levels);
+
+#endif