summaryrefslogtreecommitdiff
path: root/src/wall.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-23 19:28:36 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-23 19:28:36 +0300
commitc9a8845b53ab13c00ed535a2075cc45765dbbfea (patch)
tree3f28626d6be0945efed8d6d18ba4bc09409aaeb1 /src/wall.h
parente446e70fea6ef68c0807c9d6793402f1cd2d3929 (diff)
Level Loading!!!
Diffstat (limited to 'src/wall.h')
-rw-r--r--src/wall.h2
1 files changed, 1 insertions, 1 deletions
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_