summaryrefslogtreecommitdiffstats
path: root/game/shared/splash.hh
blob: be80cd657bd44ce58adeb9ba807603a088194ed4 (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