misc/libphysfs/lzma/CPP/7zip/Common/FilePathAutoRename.h
author Wuzzy <almikes@aol.com>
Thu, 13 Apr 2017 17:42:57 +0200
changeset 12246 4c717a69a7a6
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Use smaller play sound icon in team editor

// Util/FilePathAutoRename.h

#ifndef __FILEPATHAUTORENAME_H
#define __FILEPATHAUTORENAME_H

#include "Common/MyString.h"

bool AutoRenamePath(UString &fullProcessedPath);

#endif