Mercurial > minori
view src/include/sys/win32/dark_theme.h @ 8:b1f73678ef61
update
text paragraphs are now their own objects, as they should be
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sat, 26 Aug 2023 03:39:34 -0400 |
| parents | 23d0d9319a00 |
| children |
line wrap: on
line source
#ifndef __sys__win32__dark_theme_h #define __sys__win32__dark_theme_h namespace win32 { bool DarkThemeAvailable(); bool IsInDarkTheme(); } #endif // __sys__win32__dark_theme_h
