1
0
mirror of synced 2024-12-14 16:52:53 +01:00
ImHex/lib/libimhex/include/hex/helpers/utils_macos.hpp

13 lines
201 B
C++
Raw Normal View History

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