summaryrefslogtreecommitdiffstats
path: root/game/shared/splash.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-03-16 22:19:39 +0500
committeruntodesu <kirill@untode.su>2025-03-16 22:19:39 +0500
commitd1d7521ee859f10e99fb3f82e710c8bbeb7c41c5 (patch)
tree900e6a537bd5763636db8497404d3b28e6afcef2 /game/shared/splash.hh
parent68b0b663514d1a5dcf79cfbdeea544b5d69ed1ed (diff)
downloadvoxelius-d1d7521ee859f10e99fb3f82e710c8bbeb7c41c5.tar.bz2
voxelius-d1d7521ee859f10e99fb3f82e710c8bbeb7c41c5.zip
Fix the bizzare CRC32 callback I forgot to remove
- This fixes bother not working - Separated client and server splashes - Added server splashes
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