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

13 lines
201 B
C++

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