Hide screenshot window when taking normal screesnhot

This commit is contained in:
Jonathan G Rennison
2020-08-06 20:43:33 +01:00
parent cc45a99a4d
commit a65be9b747
3 changed files with 18 additions and 0 deletions

View File

@@ -11,5 +11,6 @@
#define SCREENSHOT_GUI_H
void ShowScreenshotWindow();
void SetScreenshotWindowHidden(bool hidden);
#endif /* SCREENSHOT_GUI_H */