diff options
Diffstat (limited to 'game/client/screenshot.hh')
| -rw-r--r-- | game/client/screenshot.hh | 11 |
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..7cb8cd5 --- /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 |
