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