0ba011dbe1
Draft because I want to test it again tomorrow with all OSes, first --------- Co-authored-by: Nik <werwolv98@gmail.com>
14 lines
254 B
C++
14 lines
254 B
C++
#pragma once
|
|
|
|
#if defined(OS_MACOS)
|
|
|
|
extern "C" {
|
|
|
|
void errorMessageMacos(const char *message);
|
|
void openWebpageMacos(const char *url);
|
|
bool isMacosSystemDarkModeEnabled();
|
|
float getBackingScaleFactor();
|
|
|
|
}
|
|
|
|
#endif |