mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 18:11:35 -06:00
15 lines
194 B
C
Executable File
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
|
|
|