8 lines
117 B
C
8 lines
117 B
C
#pragma once
|
|
|
|
bool lua_is_playing();
|
|
void lua_init();
|
|
void lua_call_init();
|
|
void lua_call_update();
|
|
void lua_quit();
|