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, 0 insertions, 11 deletions
diff --git a/game/client/screenshot.hh b/game/client/screenshot.hh
deleted file mode 100644
index 9888644..0000000
--- a/game/client/screenshot.hh
+++ /dev/null
@@ -1,11 +0,0 @@
-#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 */