From 7c438c2a0e25d22323b5def545f32e97eee689f0 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Mon, 23 Mar 2026 17:11:28 +0300 Subject: Asset system - Multiple entity updates --- src/wall.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wall.h') 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_ -- cgit v1.2.3