mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
10 lines
155 B
C++
10 lines
155 B
C++
#ifndef DB_DB_HPP
|
|
#define DB_DB_HPP
|
|
|
|
#include "db/WowClientDB.hpp"
|
|
#include "db/StaticDb.hpp"
|
|
#include "db/Locale.hpp"
|
|
|
|
void ClientDBInitialize();
|
|
|
|
#endif
|