blob: 98886443fc878bbfb7144314694bed035788909f (
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 */
|