mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
11 lines
173 B
C
Executable File
11 lines
173 B
C
Executable File
// ProgramLocation.h
|
|
|
|
#ifndef __PROGRAMLOCATION_H
|
|
#define __PROGRAMLOCATION_H
|
|
|
|
#include "Common/String.h"
|
|
|
|
bool GetProgramFolderPath(UString &folder); // normalized
|
|
|
|
#endif
|