1 #ifndef FLATFILESAVER_H 2 #define FLATFILESAVER_H 16 #include "../../Generics/generics.h" 25 std::string GenerateSaveFileName( uint index );
28 void MakeEmptyDataFolder( std::string root_directory );
29 std::string GetFolderName();
37 #endif // FLATFILESAVER_H Definition: flatfilesaver.h:18
Definition: generics.h:48