From 2367040ec37ef501446b530c0c5d51863b381627 Mon Sep 17 00:00:00 2001 From: arngo <27396817+arngo@users.noreply.github.com> Date: Sun, 28 May 2023 16:47:46 -0400 Subject: level walls and assets --- src/wall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wall.h') 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); -- cgit v1.2.3