mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(db): load realm configs db
This commit is contained in:
parent
35f8ede70b
commit
84c1fecfb2
4 changed files with 58 additions and 0 deletions
|
|
@ -3,10 +3,12 @@
|
|||
|
||||
#include "db/rec/AchievementRec.hpp"
|
||||
#include "db/rec/Cfg_CategoriesRec.hpp"
|
||||
#include "db/rec/Cfg_ConfigsRec.hpp"
|
||||
#include "db/WowClientDB.hpp"
|
||||
|
||||
extern WowClientDB<AchievementRec> g_achievementDB;
|
||||
extern WowClientDB<Cfg_CategoriesRec> g_cfg_CategoriesDB;
|
||||
extern WowClientDB<Cfg_ConfigsRec> g_cfg_ConfigsDB;
|
||||
|
||||
void ClientDBInitialize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue