mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Reorganize source files into logical subdirectories
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
This commit is contained in:
7
rendering/screenshot.h
Normal file
7
rendering/screenshot.h
Normal file
@@ -0,0 +1,7 @@
|
||||
class screenshot_manager
|
||||
{
|
||||
static void screenshot_save_thread(char *img , int w, int h);
|
||||
|
||||
public:
|
||||
static void make_screenshot();
|
||||
};
|
||||
Reference in New Issue
Block a user