mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(net): wire up polling loop for realm connections
This commit is contained in:
parent
cf6bc34657
commit
5e2c1e7769
8 changed files with 178 additions and 5 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "gx/Screen.hpp"
|
||||
#include "gx/Texture.hpp"
|
||||
#include "model/Model2.hpp"
|
||||
#include "net/Poll.hpp"
|
||||
#include "ui/FrameScript.hpp"
|
||||
#include "ui/FrameXML.hpp"
|
||||
#include "util/BlizzardCore.hpp"
|
||||
|
|
@ -436,5 +437,6 @@ void WowClientInit() {
|
|||
// TODO
|
||||
// CGlueMgr::m_pendingTimerAlert = dword_B2F9D8;
|
||||
// sub_7FC5A0();
|
||||
// EventRegister(EVENT_ID_POLL, &PollNet);
|
||||
|
||||
EventRegister(EVENT_ID_POLL, &PollNet);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue