Files
easy7zip/7zip/Archive/Common/CodecsPath.h
Igor Pavlov 3c510ba80b 4.20
2016-05-28 00:15:41 +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