a3
This commit is contained in:
parent
c4abb93dd5
commit
5a7a1d6fdc
9
a3/world.h
Normal file
9
a3/world.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#ifndef WORLD_H_INCLUDED
|
||||||
|
#define WORLD_H_INCLUDED
|
||||||
|
|
||||||
|
#include "snake.h"
|
||||||
|
|
||||||
|
void render(const struct state* state);
|
||||||
|
void place_food(struct state* state);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user