Files
megasource/libs/physfs-2.0.3/lzma/CPP/7zip/Common/FilePathAutoRename.h
T
2013-09-25 13:01:20 +02:00

11 lines
180 B
C

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