Still working on the console...

This commit is contained in:
2021-12-05 16:34:05 +01:00
parent fe9220bb39
commit cf608cea78
5 changed files with 55 additions and 12 deletions

2
lua.h
View File

@@ -1,7 +1,7 @@
#pragma once
bool lua_is_playing();
void lua_init(const bool start_playing=true);
void lua_init(const char* filename, const bool start_playing=true);
void lua_call_init();
void lua_call_update();
void lua_call_cmd(const char* str);