This commit is contained in:
2024-10-10 18:16:13 -05:00
commit 3657b8de60
11 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef __CORE_H__
#define __CORE_H_
#include <agar/core.h>
void init_core();
void event_loop();
#endif // __CORE_H__