summaryrefslogtreecommitdiffstats
path: root/src/game/client/gui/splash.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gui/splash.hh')
-rw-r--r--src/game/client/gui/splash.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/client/gui/splash.hh b/src/game/client/gui/splash.hh
new file mode 100644
index 0000000..3ce63e4
--- /dev/null
+++ b/src/game/client/gui/splash.hh
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace gui::client_splash
+{
+void init(void);
+void init_late(void);
+void render(void);
+} // namespace gui::client_splash