Added scripting

This commit is contained in:
2022-08-03 22:00:00 +00:00
parent d016554841
commit 2781f09626
2 changed files with 24 additions and 13 deletions

View File

@@ -4,5 +4,7 @@
void script_init();
void script_run(const char *script);
void script_dofile(const char *file);
void script_update();
void script_draw();
#endif