a3
This commit is contained in:
parent
144f6b6ecd
commit
e6fcb27347
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user