[NEW] Multiple lua files

This commit is contained in:
2022-09-19 17:28:43 +02:00
parent 664710d59a
commit aad3ba639a
4 changed files with 41 additions and 20 deletions

2
lua.h
View File

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