1
0
mirror of synced 2024-12-12 07:51:05 +01:00
ImHex/lib/libimhex/include/hex/helpers/utils_macos.hpp

10 lines
174 B
C++
Raw Normal View History

#pragma once
#if defined(OS_MACOS)
#include <string>
extern "C" void openWebpageMacos(const char *url);
extern "C" bool isMacosSystemDarkModeEnabled();
#endif