mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-01-30 19:42:51 +03:00
11 lines
155 B
C++
11 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
|