14 lines
320 B
C
14 lines
320 B
C
|
|
|
|
#pragma once
|
|
|
|
//시스템
|
|
int SCRIPT_ReportLog( struct lua_State *L ); ///< Log
|
|
int SCRIPT_Profile ( struct lua_State *L ); ///< Profile
|
|
|
|
//Option
|
|
int SCRIPT_SetMusic ( struct lua_State *L ); ///< Music
|
|
int SCRIPT_SetSound ( struct lua_State *L ); ///< Sound
|
|
int SCRIPT_SetVolume( struct lua_State *L ); ///< Volume
|
|
|