mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
11 lines
174 B
C
Executable File
11 lines
174 B
C
Executable File
// ExtractingFilePath.h
|
|
|
|
#ifndef __EXTRACTINGFILEPATH_H
|
|
#define __EXTRACTINGFILEPATH_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
void MakeCorrectPath(UStringVector &pathParts);
|
|
|
|
#endif
|