mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(client): add WowClientDestroy
This commit is contained in:
parent
d5ef246bdf
commit
6db4041b8d
@ -175,6 +175,10 @@ void ClientPostClose(int32_t a1) {
|
||||
int32_t DestroyEngineCallback(const void* a1, void* a2) {
|
||||
// TODO
|
||||
|
||||
WowClientDestroy();
|
||||
|
||||
// TODO
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
@ -495,6 +499,14 @@ void StormInitialize() {
|
||||
Blizzard::Debug::SetAssertHandler(BlizzardAssertCallback);
|
||||
}
|
||||
|
||||
void WowClientDestroy() {
|
||||
// TODO
|
||||
|
||||
CGlueMgr::Shutdown();
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
void WowClientInit() {
|
||||
// TODO
|
||||
// EventRegister(EVENT_ID_5, (int)sub_4020E0);
|
||||
|
||||
@ -20,6 +20,8 @@ void CommonMain();
|
||||
|
||||
void StormInitialize();
|
||||
|
||||
void WowClientDestroy();
|
||||
|
||||
void WowClientInit();
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user