ImHex/lib/libimhex/include/hex/helpers/utils_macos.hpp

13 lines
206 B
C++

#pragma once
#if defined(OS_MACOS)
extern "C" {
void openWebpageMacos(const char *url);
bool isMacosSystemDarkModeEnabled();
float getBackingScaleFactorMacos();
}
#endif