summaryrefslogtreecommitdiffhomepage
path: root/src/wall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wall.h')
-rw-r--r--src/wall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wall.h b/src/wall.h
index 6e3dc48..684c595 100644
--- a/src/wall.h
+++ b/src/wall.h
@@ -22,3 +22,6 @@ coords_inside_wall(
float x,
float y
);
+
+void
+draw_level(void);