Files
easy7zip/CPP/7zip/Archive/Common/CodecsPath.h
Igor Pavlov d9666cf046 4.44 beta
2016-05-28 00:15:49 +01:00

13 lines
180 B
C
Executable File

// CodecsPath.h
#ifndef __CODECSPATH_H
#define __CODECSPATH_H
#include "../../../Common/String.h"
CSysString GetBaseFolderPrefix();
CSysString GetCodecsFolderPrefix();
#endif