summaryrefslogtreecommitdiffstats
path: root/game/shared/splash.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/splash.hh')
-rw-r--r--game/shared/splash.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/shared/splash.hh b/game/shared/splash.hh
index 2a370f9..9510d35 100644
--- a/game/shared/splash.hh
+++ b/game/shared/splash.hh
@@ -4,7 +4,8 @@
namespace splash
{
-void init(void);
+void init_client(void);
+void init_server(void);
const char* get(void);
} // namespace splash