Files
maszyna/screenshot.h
2018-10-16 20:32:45 +02:00

8 lines
137 B
C++

class screenshot_manager
{
static void screenshot_save_thread(char *img , int w, int h);
public:
static void make_screenshot();
};