Add Script path Selection inside U-U!

Press <Y> inside the Settings Sub Menu to select it.
This commit is contained in:
StackZ
2019-12-25 21:35:20 +01:00
parent 6db2c2ab41
commit 0fb5d03a87
6 changed files with 176 additions and 4 deletions
+2
View File
@@ -28,4 +28,6 @@ void getDirectoryContents(std::vector<DirEntry>& dirContents, const std::vector<
void getDirectoryContents(std::vector<DirEntry>& dirContents);
std::vector<std::string> getContents(const std::string &name, const std::vector<std::string> &extensionList);
std::string selectFilePath(std::string selectText, int selectionMode = 1);
#endif //FILE_BROWSE_H