7 lines
69 B
C
7 lines
69 B
C
#ifndef __MAIN_H__
|
|
#define __MAIN_H__
|
|
|
|
void game_loop(void);
|
|
|
|
#endif
|