chdman/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h
2022-01-05 08:45:19 +02:00

11 lines
187 B
C

// FilePathAutoRename.h
#ifndef __FILE_PATH_AUTO_RENAME_H
#define __FILE_PATH_AUTO_RENAME_H
#include "../../Common/MyString.h"
bool AutoRenamePath(FString &fullProcessedPath);
#endif