mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +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
11
src/db/Db.hpp
Normal file
11
src/db/Db.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef DB_DB_HPP
|
||||
#define DB_DB_HPP
|
||||
|
||||
#include "db/rec/AchievementRec.hpp"
|
||||
#include "db/WowClientDB.hpp"
|
||||
|
||||
extern WowClientDB<AchievementRec> g_achievementDB;
|
||||
|
||||
void ClientDBInitialize();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue