mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 03:14:59 -06:00
13 lines
180 B
C
Executable File
13 lines
180 B
C
Executable File
// CodecsPath.h
|
|
|
|
#ifndef __CODECSPATH_H
|
|
#define __CODECSPATH_H
|
|
|
|
#include "../../../Common/String.h"
|
|
|
|
CSysString GetBaseFolderPrefix();
|
|
CSysString GetCodecsFolderPrefix();
|
|
|
|
#endif
|
|
|