Files
easy7zip/7zip/Archive/Common/CodecsPath.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

15 lines
194 B
C
Executable File

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