fixed putchar to convert LF -> CR/LF on serial output
[retrocrawl] / src / game.h
1 #ifndef GAME_H_
2 #define GAME_H_
3
4 int game_init(void);
5 void game_draw(void);
6
7 #endif  /* GAME_H_ */