summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h
blob: eee0aba7f89ab69236f43ca1d4a38dcf114d44e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// FilePathAutoRename.h

#ifndef __FILE_PATH_AUTO_RENAME_H
#define __FILE_PATH_AUTO_RENAME_H

#include "Common/MyString.h"

bool AutoRenamePath(FString &fullProcessedPath);

#endif