physfs/lzma/CPP/7zip/Common/FilePathAutoRename.h

11 lines
180 B
C

// Util/FilePathAutoRename.h
#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H
#include "Common/MyString.h"
bool AutoRenamePath(UString &fullProcessedPath);
#endif