diff options
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ #include "entity.h" -void add_wall(float xpos, float ypos, float width, float height); -void draw_wall(const struct entity* wall); +void add_wall(float xpos, float ypos); #endif // WALL_H_ |
