first commit

This commit is contained in:
2021-09-25 19:13:55 +02:00
commit 5f4b111d06
75 changed files with 29775 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();