mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
8 lines
121 B
C++
8 lines
121 B
C++
class screenshot_manager
|
|
{
|
|
static void screenshot_save_thread( char *img );
|
|
|
|
public:
|
|
static void make_screenshot();
|
|
};
|