mame/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h
2016-04-09 21:52:08 +10: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