diff options
Diffstat (limited to 'game/client/gui/crosshair.hh')
| -rw-r--r-- | game/client/gui/crosshair.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/game/client/gui/crosshair.hh b/game/client/gui/crosshair.hh new file mode 100644 index 0000000..d29a661 --- /dev/null +++ b/game/client/gui/crosshair.hh @@ -0,0 +1,12 @@ +#ifndef CLIENT_CROSSHAIR_HH +#define CLIENT_CROSSHAIR_HH 1 +#pragma once + +namespace gui::crosshair +{ +void init(void); +void shutdown(void); +void layout(void); +} // namespace gui::crosshair + +#endif // CLIENT_CROSSHAIR_HH |
