16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

Merge branch 'tmj-dev' into milek-dev

This commit is contained in:
milek7
2018-07-17 16:20:11 +02:00
77 changed files with 2959 additions and 2171 deletions

7
screenshot.h Normal file
View File

@@ -0,0 +1,7 @@
class screenshot_manager
{
static void screenshot_save_thread( char *img );
public:
static void make_screenshot();
};