Mercurial > minori
view include/sys/osx/dark_theme.h @ 194:8548dc425697
sys/osx: remove all objective-c++ stuff
mmmm :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 07 Dec 2023 03:17:05 -0500 |
parents | cde8f67a7c7d |
children | a7d0d543b334 |
line wrap: on
line source
#ifndef __sys__osx__dark_theme_h #define __sys__osx__dark_theme_h namespace osx { bool DarkThemeAvailable(); bool IsInDarkTheme(); bool SetToDarkTheme(); bool SetToLightTheme(); void SetToAutoTheme(); } // namespace osx #endif // __sys__osx__dark_theme_h