annotate include/sys/win32/dark_theme.h @ 27:c1d2e4f4ee98
ci/win32: install native cmake
author |
Paper <mrpapersonic@gmail.com> |
date |
Wed, 20 Sep 2023 00:11:31 -0400 (18 months ago) |
parents |
cde8f67a7c7d |
children |
6d8da6e64d61 |
rev |
line source |
9
|
1 #ifndef __sys__win32__dark_theme_h
|
|
2 #define __sys__win32__dark_theme_h
|
15
|
3
|
9
|
4 namespace win32 {
|
15
|
5
|
9
|
6 bool DarkThemeAvailable();
|
|
7 bool IsInDarkTheme();
|
15
|
8
|
9
|
9 } // namespace win32
|
15
|
10
|
9
|
11 #endif // __sys__win32__dark_theme_h |