summaryrefslogtreecommitdiffstats
path: root/game/client/screenshot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/screenshot.hh')
-rw-r--r--game/client/screenshot.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/game/client/screenshot.hh b/game/client/screenshot.hh
new file mode 100644
index 0000000..9888644
--- /dev/null
+++ b/game/client/screenshot.hh
@@ -0,0 +1,11 @@
+#ifndef CLIENT_SCREENSHOT_HH
+#define CLIENT_SCREENSHOT_HH 1
+#pragma once
+
+namespace screenshot
+{
+void init(void);
+void take(void);
+} // namespace screenshot
+
+#endif /* CLIENT_SCREENSHOT_HH */