mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
11 lines
202 B
C++
11 lines
202 B
C++
#pragma once
|
|
|
|
#if defined(OS_MACOS)
|
|
#include <hex/helpers/fs.hpp>
|
|
|
|
namespace hex {
|
|
std::string getMacExecutableDirectoryPath();
|
|
std::string getMacApplicationSupportDirectoryPath();
|
|
}
|
|
#endif
|