summaryrefslogtreecommitdiff
path: root/src/wall.h
diff options
context:
space:
mode:
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_