Fix: Don't show screenshot GUI in screenshots (#9674)

This commit is contained in:
Tyler Trahan
2021-11-07 11:41:24 -05:00
committed by GitHub
parent d0655a48ba
commit 08cb5ba2cd
3 changed files with 26 additions and 0 deletions

View File

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