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