8 lines
132 B
C
8 lines
132 B
C
#pragma once
|
|
|
|
bool lua_is_playing();
|
|
void lua_init(char* filenames);
|
|
void lua_call_init();
|
|
void lua_call_update();
|
|
void lua_quit();
|