mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 11:25:59 +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;
|
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…
Reference in New Issue
Block a user