This commit is contained in:
zvon 2020-04-01 13:50:44 +02:00
parent 5e0ba6dbc2
commit 6d9b5f2d3a

View File

@ -1,7 +1,7 @@
#include <windows.h>
#include "../filesystem.hpp"
#include <Shlwapi.h>
#include <cstring>
#include <windows.h>
FSLib::Directory::Directory( const string &path_ ) : dir_path( path_ ) {
// need to append \\* for windows to search files in directory