initial commit

This commit is contained in:
2021-12-03 18:56:11 +01:00
commit a21b66f12a
68 changed files with 29235 additions and 0 deletions

7
lua.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
bool lua_is_playing();
void lua_init();
void lua_call_init();
void lua_call_update();
void lua_quit();