summaryrefslogtreecommitdiff
path: root/src/gen_maze.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
commita9d2bec5905a6b29023ce106f44032eba7a9c474 (patch)
treea14599c01dbbd63bab0df141d33006381477462a /src/gen_maze.hpp
parentef6f8df29a69e5462fce11589b9a6778f02f22b5 (diff)
Split gen_*.cc declarations to separate header filesge
Diffstat (limited to 'src/gen_maze.hpp')
-rw-r--r--src/gen_maze.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gen_maze.hpp b/src/gen_maze.hpp
new file mode 100644
index 00000000..28c092e3
--- /dev/null
+++ b/src/gen_maze.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "h-basic.h"
+
+extern bool_ level_generate_maze();