summaryrefslogtreecommitdiff
path: root/src/wall.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-23 17:11:28 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-23 17:11:28 +0300
commit7c438c2a0e25d22323b5def545f32e97eee689f0 (patch)
treea9e2cf29a967c88d022ea8e6c20a522a9c482610 /src/wall.h
parent6dbd16cd920b51bc24b60d0561bd707ff8862cc5 (diff)
Asset system
- Multiple entity updates
Diffstat (limited to 'src/wall.h')
-rw-r--r--src/wall.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wall.h b/src/wall.h
index 2a481f4..17d8a2e 100644
--- a/src/wall.h
+++ b/src/wall.h
@@ -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_