Files
maszyna/screenshot.h
2018-07-17 16:47:25 +02:00

8 lines
121 B
C++

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