diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-23 19:28:36 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-23 19:28:36 +0300 |
| commit | c9a8845b53ab13c00ed535a2075cc45765dbbfea (patch) | |
| tree | 3f28626d6be0945efed8d6d18ba4bc09409aaeb1 /src/wall.h | |
| parent | e446e70fea6ef68c0807c9d6793402f1cd2d3929 (diff) | |
Level Loading!!!
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_ |
