Add version checking and don't let it crash, if no files are found.

This commit is contained in:
VoltZ
2019-11-02 06:51:42 +01:00
committed by GitHub
parent a23ec8fed0
commit 1969456af4
4 changed files with 49 additions and 7 deletions
+2
View File
@@ -68,6 +68,8 @@ namespace Gui
// Basic GUI.
void DrawTop(void);
void DrawBottom(void);
void DisplayWarnMsg(std::string Text);
}
void DisplayMsg(std::string text);