misc/libphysfs/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h
author Wuzzy <Wuzzy2@mail.ru>
Wed, 28 Mar 2018 15:21:23 +0200
changeset 13297 e9caada3aac1
parent 12218 bb5522e88ab2
permissions -rw-r--r--
CMake for server: Pass -dynamic flag to ghc

// ExtractingFilePath.h

#ifndef __EXTRACTINGFILEPATH_H
#define __EXTRACTINGFILEPATH_H

#include "Common/MyString.h"

void MakeCorrectPath(UStringVector &pathParts);

#endif