mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
8 lines
100 B
C++
8 lines
100 B
C++
#ifndef DB_DB_HPP
|
|
#define DB_DB_HPP
|
|
|
|
#include "db/StaticDb.hpp"
|
|
|
|
void ClientDBInitialize();
|
|
|
|
#endif
|