Este es el primer commit de la reestructuració. En caso de pánico, tornar al commit anterior. - [FIX] Llevada basura varia (pos no en queda...) - [NEW] mogut el codi font a ./source/ - [NEW] lagueirtofile nou per a compilar en windows y linux, release i debug. mac res, que no se ni si funciona lagueirto. - [NEW] WARNING!!! make ja no funciona. Mantinc encara el Makefile per a referència.
12 lines
270 B
C
12 lines
270 B
C
#pragma once
|
|
|
|
bool lua_is_playing();
|
|
void lua_process_debugger_commands();
|
|
void lua_init(const char* main_lua_file = "main.lua");
|
|
void lua_call_init();
|
|
void lua_call_update();
|
|
void lua_quit();
|
|
void lua_kill_thread();
|
|
void lua_toggle_debug();
|
|
//void lua_disable_debug();
|