Added screenshot feature (F2 key)

This commit is contained in:
MihailRis
2023-11-13 15:01:41 +03:00
parent d42d2dc294
commit 3723cf491f
9 changed files with 113 additions and 11 deletions
+1
View File
@@ -6,6 +6,7 @@
namespace platform {
extern void configure_encoding();
extern std::string get_settings_file();
extern std::string get_screenshot_file(std::string ext);
}
#endif // UTIL_PLATFORM_H_