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