mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(db): load realm categories db
This commit is contained in:
parent
c00028c214
commit
8745a5102d
4 changed files with 72 additions and 0 deletions
|
|
@ -2,9 +2,11 @@
|
|||
#define DB_DB_HPP
|
||||
|
||||
#include "db/rec/AchievementRec.hpp"
|
||||
#include "db/rec/Cfg_CategoriesRec.hpp"
|
||||
#include "db/WowClientDB.hpp"
|
||||
|
||||
extern WowClientDB<AchievementRec> g_achievementDB;
|
||||
extern WowClientDB<Cfg_CategoriesRec> g_cfg_CategoriesDB;
|
||||
|
||||
void ClientDBInitialize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue