mame/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h
2015-01-11 08:10:25 +01:00

11 lines
181 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