mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(db): load achievement db
This commit is contained in:
parent
1575f6d83c
commit
c00028c214
12 changed files with 384 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ target_include_directories(client
|
|||
target_link_libraries(client
|
||||
PRIVATE
|
||||
async
|
||||
db
|
||||
event
|
||||
gx
|
||||
model
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "client/Client.hpp"
|
||||
#include "client/ClientServices.hpp"
|
||||
#include "client/Console.hpp"
|
||||
#include "db/Db.hpp"
|
||||
#include "async/AsyncFile.hpp"
|
||||
#include "glue/CGlueMgr.hpp"
|
||||
#include "gx/Device.hpp"
|
||||
|
|
@ -353,7 +354,9 @@ void WowClientInit() {
|
|||
ClientMiscInitialize();
|
||||
|
||||
// sub_401B60();
|
||||
// ClientDBInitialize();
|
||||
|
||||
ClientDBInitialize();
|
||||
|
||||
// LoadingScreenInitialize();
|
||||
|
||||
FrameScript_Initialize(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue