16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +02:00
Files
maszyna/rendering/screenshot.h
2026-03-14 19:01:57 +00: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();
};