Web support + compilable in mingw

This commit is contained in:
Marc
2023-01-23 01:40:29 +01:00
parent ade88dff84
commit a182c0f30a
21 changed files with 121 additions and 62 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef __MAIN_H__
#define __MAIN_H__
void game_loop(void);
#endif