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.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/game/shared/splash.hh b/src/game/shared/splash.hh
deleted file mode 100644
index f494a5b..0000000
--- a/src/game/shared/splash.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SHARED_SPLASH_HH
-#define SHARED_SPLASH_HH 1
-#pragma once
-
-namespace splash
-{
-void init_client(void);
-void init_server(void);
-const char* get(void);
-} // namespace splash
-
-#endif // SHARED_SPLASH_HH