summaryrefslogtreecommitdiffstats
path: root/game/shared/splash.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/splash.hh')
-rw-r--r--game/shared/splash.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/splash.hh b/game/shared/splash.hh
index 2857621..be80cd6 100644
--- a/game/shared/splash.hh
+++ b/game/shared/splash.hh
@@ -1,5 +1,3 @@
-#ifndef SHARED_SPLASH_HH
-#define SHARED_SPLASH_HH 1
#pragma once
namespace splash
@@ -8,5 +6,3 @@ void init_client(void);
void init_server(void);
std::string_view get(void);
} // namespace splash
-
-#endif // SHARED_SPLASH_HH