diff options
Diffstat (limited to 'src/game/client/screenshot.hh')
| -rw-r--r-- | src/game/client/screenshot.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/client/screenshot.hh b/src/game/client/screenshot.hh new file mode 100644 index 0000000..fecbd2f --- /dev/null +++ b/src/game/client/screenshot.hh @@ -0,0 +1,7 @@ +#pragma once + +namespace screenshot +{ +void init(void); +void take(void); +} // namespace screenshot |
