Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CodecsPath.h « Common « Archive « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11145a03b83ccc9a743bd337108c1f7c3d79a8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// CodecsPath.h

#ifndef __CODECSPATH_H
#define __CODECSPATH_H

#include "../../../Common/String.h"

CSysString GetBaseFolderPrefix();
CSysString GetCodecsFolderPrefix();

#endif