diff options
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_ |
