Moved wall render function

This commit is contained in:
Luka Jankovic 2025-06-21 17:42:29 +02:00
parent aeeaab0ad7
commit b0087c772a
3 changed files with 15 additions and 10 deletions

View file

@ -45,5 +45,7 @@ void kubo_wall_cleanup(struct kubo_wall *wall);
bool kubo_wall_add_vertex(struct kubo_wall *wall, Vector2 vec);
Vector2 kubo_wall_get_vertex(struct kubo_wall *wall, size_t index);
void kubo_wall_render(struct kubo_wall *wall);
#endif