mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
fix(command): fix enums and make functions nonstatic
This commit is contained in:
parent
c171356533
commit
f760dd45f1
2 changed files with 5 additions and 5 deletions
|
|
@ -44,9 +44,9 @@ enum WOWCMDOPT {
|
|||
WOWCMD_OPTS
|
||||
};
|
||||
|
||||
static int32_t CmdLineProcess();
|
||||
int32_t CmdLineProcess();
|
||||
|
||||
static void ProcessCommandLine();
|
||||
void ProcessCommandLine();
|
||||
|
||||
const char* CmdLineGetString(uint32_t opt);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue