1
0
mirror of synced 2024-11-15 11:33:23 +01:00
ImHex/lib/libimhex/include/hex/helpers/utils_macos.hpp
2023-02-08 14:11:42 +01:00

13 lines
201 B
C++

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