@@ -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();
The note is not visible to the blocked user.