X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=retrocrawl;a=blobdiff_plain;f=src%2Fgame.h;fp=src%2Fgame.h;h=69c14e805992d06615ea9a52caf63810a31d75e1;hp=0000000000000000000000000000000000000000;hb=cab072d239d772d1c3445612d2599da36b087b25;hpb=03ec5d69f5f53b61e8b6aefbcd23b0b258c6b60a diff --git a/src/game.h b/src/game.h new file mode 100644 index 0000000..69c14e8 --- /dev/null +++ b/src/game.h @@ -0,0 +1,7 @@ +#ifndef GAME_H_ +#define GAME_H_ + +int game_init(void); +void game_draw(void); + +#endif /* GAME_H_ */