mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(client): clean up function declarations
This commit is contained in:
parent
906c78afb9
commit
c8a2748782
1 changed files with 4 additions and 4 deletions
|
|
@ -11,12 +11,12 @@ namespace Client {
|
||||||
extern HEVENTCONTEXT g_clientEventContext;
|
extern HEVENTCONTEXT g_clientEventContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientPostClose(int32_t);
|
void ClientPostClose(int32_t a1);
|
||||||
|
|
||||||
void CommonMain(void);
|
void CommonMain();
|
||||||
|
|
||||||
void StormInitialize(void);
|
void StormInitialize();
|
||||||
|
|
||||||
void WowClientInit(void);
|
void WowClientInit();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue