aiekick/ImGuiFileDialog

add a filesystem interface

aiekick opened this issue · 1 comments

a filesystem interface who give the ablity to a user to use his own filesystem classes

by default an implementation must be furnished for dirent (cpp-11 mini)) and std::filesystem (cpp-17 mini)

done