summaryrefslogtreecommitdiffstats
path: root/game/shared/splash.hh
blob: 2572d53c8b6ce5441297345b55914c7af636522b (plain)
1
2
3
4
5
6
7
8
#pragma once

namespace splash
{
void init_client(void);
void init_server(void);
std::string_view get(void);
} // namespace splash