From 6cd00aacfa22fed6a54a9b812f6b069ad16feec0 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:24:42 +0500 Subject: Move game sources into src subdirectory --- game/shared/splash.hh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 game/shared/splash.hh (limited to 'game/shared/splash.hh') diff --git a/game/shared/splash.hh b/game/shared/splash.hh deleted file mode 100644 index 9510d35..0000000 --- a/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 */ -- cgit