a3
This commit is contained in:
parent
144f6b6ecd
commit
e6fcb27347
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
#include "snake.h"
|
#include "snake.h"
|
||||||
|
|
||||||
void render(const struct state* state);
|
void init_world(struct state* world, int width, int height);
|
||||||
void place_food(struct state* state);
|
|
||||||
|
|
||||||
#endif
|
void print_world(struct state* world);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user