mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01: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();
|
|
};
|