mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(ui): clean up function declarations
This commit is contained in:
parent
f24fbf26c6
commit
d61f0faef1
38 changed files with 471 additions and 471 deletions
|
|
@ -22,11 +22,11 @@ namespace FrameScript {
|
|||
|
||||
// Utility
|
||||
|
||||
void CharacterCreateRegisterScriptFunctions(void);
|
||||
void CharSelectRegisterScriptFunctions(void);
|
||||
void GlueScriptEventsRegisterFunctions(void);
|
||||
void RegisterSimpleFrameScriptMethods(void);
|
||||
void SystemRegisterFunctions(void);
|
||||
void CharacterCreateRegisterScriptFunctions();
|
||||
void CharSelectRegisterScriptFunctions();
|
||||
void GlueScriptEventsRegisterFunctions();
|
||||
void RegisterSimpleFrameScriptMethods();
|
||||
void SystemRegisterFunctions();
|
||||
|
||||
// Shared
|
||||
int32_t Script_GetAccountExpansionLevel(lua_State*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue