mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 03:32:28 +00:00
feat: update CCharacterComponent and CCharacterCreation classes
This commit is contained in:
parent
971b781368
commit
f2a253f5ad
8 changed files with 348 additions and 22 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "db/Db.hpp"
|
||||
#include "db/Startup_Strings.hpp"
|
||||
#include "glue/CGlueMgr.hpp"
|
||||
#include "glue/CCharacterComponent.hpp"
|
||||
#include "gameui/CGGameUI.hpp"
|
||||
#include "gx/Screen.hpp"
|
||||
#include "gx/Texture.hpp"
|
||||
|
|
@ -736,8 +737,8 @@ void WowClientInit() {
|
|||
|
||||
// TODO
|
||||
// sub_6F75E0();
|
||||
// sub_401FF0();
|
||||
|
||||
CCharacterComponent::Initialize();
|
||||
ClientServices::Initialize();
|
||||
// TODO ClientServices::SetMessageHandler(SMSG_TUTORIAL_FLAGS, (int)sub_530920, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue