Files
2023-01-23 01:40:29 +01:00

7 lines
69 B
C

#ifndef __MAIN_H__
#define __MAIN_H__
void game_loop(void);
#endif