summaryrefslogtreecommitdiffstats
path: root/src/game/client/screenshot.hh
blob: 7cb8cd5246549acb896a62f2405b6b6d214d2764 (plain)
1
2
3
4
5
6
7
8
9
10
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