This commit is contained in:
Roman Khaliavka 2025-04-23 15:35:09 +00:00
parent 144f6b6ecd
commit e6fcb27347

View File

@ -3,7 +3,8 @@
#include "snake.h"
void render(const struct state* state);
void place_food(struct state* state);
void init_world(struct state* world, int width, int height);
#endif
void print_world(struct state* world);
#endif