diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h b/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h new file mode 100644 index 00000000000..eee0aba7f89 --- /dev/null +++ b/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h @@ -0,0 +1,10 @@ +// FilePathAutoRename.h + +#ifndef __FILE_PATH_AUTO_RENAME_H +#define __FILE_PATH_AUTO_RENAME_H + +#include "Common/MyString.h" + +bool AutoRenamePath(FString &fullProcessedPath); + +#endif |