mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 03:20:11 +03:00
chore(client): clean up function declarations
This commit is contained in:
parent
906c78afb9
commit
c8a2748782
@ -11,12 +11,12 @@ namespace Client {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user