summaryrefslogtreecommitdiffhomepage
path: root/src/wall.h
diff options
context:
space:
mode:
authorarngo <[email protected]>2023-05-28 16:47:46 -0400
committerarngo <[email protected]>2023-05-28 16:47:46 -0400
commit2367040ec37ef501446b530c0c5d51863b381627 (patch)
tree9f5fe4132f42a6eaa7754c98797eda4021738017 /src/wall.h
parent5917762411f9f2c1eb052fbebb712937bc49c6cc (diff)
downloadTOJam2023-2367040ec37ef501446b530c0c5d51863b381627.tar.gz
TOJam2023-2367040ec37ef501446b530c0c5d51863b381627.zip
level walls and assets
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);