summaryrefslogtreecommitdiffstats
path: root/src/game/shared/splash.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/splash.hh')
-rw-r--r--src/game/shared/splash.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/shared/splash.hh b/src/game/shared/splash.hh
new file mode 100644
index 0000000..be80cd6
--- /dev/null
+++ b/src/game/shared/splash.hh
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace splash
+{
+void init_client(void);
+void init_server(void);
+std::string_view get(void);
+} // namespace splash