mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(client): prepare EnterWorld classes and methods
This commit is contained in:
parent
babeb2d864
commit
140bcde493
12 changed files with 93 additions and 7 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include "console/Command.hpp"
|
||||
#include "db/Db.hpp"
|
||||
#include "glue/CGlueMgr.hpp"
|
||||
#include "gameui/CGGameUI.hpp"
|
||||
#include "gx/Screen.hpp"
|
||||
#include "gx/Texture.hpp"
|
||||
#include "model/Model2.hpp"
|
||||
|
|
@ -662,3 +663,9 @@ void WowClientInit() {
|
|||
|
||||
EventRegister(EVENT_ID_POLL, &PollNet);
|
||||
}
|
||||
|
||||
void ClientInitializeGame(int32_t continentID, const C3Vector& position) {
|
||||
// TODO
|
||||
CGGameUI::InitializeGame();
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue