From aaed751bf4430bf4b9b30cef532b8753b9f639ce Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 13:48:31 +0500 Subject: Replace most of C strings with string_view --- game/shared/splash.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/shared/splash.hh') diff --git a/game/shared/splash.hh b/game/shared/splash.hh index f494a5b..2857621 100644 --- a/game/shared/splash.hh +++ b/game/shared/splash.hh @@ -6,7 +6,7 @@ namespace splash { void init_client(void); void init_server(void); -const char* get(void); +std::string_view get(void); } // namespace splash #endif // SHARED_SPLASH_HH -- cgit