From c9a8845b53ab13c00ed535a2075cc45765dbbfea Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Mon, 23 Mar 2026 19:28:36 +0300 Subject: Level Loading!!! --- src/wall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wall.h') diff --git a/src/wall.h b/src/wall.h index 17d8a2e..5ca4adf 100644 --- a/src/wall.h +++ b/src/wall.h @@ -3,6 +3,6 @@ #include "entity.h" -void add_wall(float xpos, float ypos); +void add_wall(float xpos, float ypos, int tile); #endif // WALL_H_ -- cgit v1.2.3