thunderbrew/src/db/Db.hpp

8 lines
100 B
C++

#ifndef DB_DB_HPP
#define DB_DB_HPP
#include "db/StaticDb.hpp"
void ClientDBInitialize();
#endif