misc/libphysfs/lzma/CPP/7zip/Common/FilePathAutoRename.h
author alfadur
Wed, 04 Jul 2018 00:01:25 +0300
changeset 13438 da71e0d88a1c
parent 12213 bb5522e88ab2
permissions -rw-r--r--
update nom

// Util/FilePathAutoRename.h

#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H

#include "Common/MyString.h"

bool AutoRenamePath(UString &fullProcessedPath);

#endif