mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
13 lines
187 B
C
Executable File
13 lines
187 B
C
Executable File
// ProgramLocation.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __PROGRAMLOCATION_H
|
|
#define __PROGRAMLOCATION_H
|
|
|
|
#include "Common/String.h"
|
|
|
|
bool GetProgramFolderPath(UString &folder); // normalized
|
|
|
|
#endif
|