Working on the terminal...

This commit is contained in:
2021-12-05 10:16:37 +01:00
parent 9e547e7292
commit fe9220bb39
6 changed files with 99 additions and 28 deletions

5
lua.h
View File

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