chore(client): clean up function declarations

This commit is contained in:
fallenoak 2023-01-05 20:58:33 -06:00
parent 906c78afb9
commit c8a2748782
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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