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

13 lines
206 B
C++
Raw Normal View History

#pragma once
#if defined(OS_MACOS)
2023-02-08 12:51:56 +00:00
extern "C" {
2023-02-08 12:51:56 +00:00
void openWebpageMacos(const char *url);
bool isMacosSystemDarkModeEnabled();
float getBackingScaleFactorMacos();
}
#endif