comparison include/sys/win32/dark_theme.h @ 15:cde8f67a7c7d

*: update, megacommit :)
author Paper <mrpapersonic@gmail.com>
date Tue, 19 Sep 2023 22:36:08 -0400
parents 5c0397762b53
children 6d8da6e64d61
comparison
equal deleted inserted replaced
14:a29c9402faf0 15:cde8f67a7c7d
1 #ifndef __sys__win32__dark_theme_h 1 #ifndef __sys__win32__dark_theme_h
2 #define __sys__win32__dark_theme_h 2 #define __sys__win32__dark_theme_h
3
3 namespace win32 { 4 namespace win32 {
5
4 bool DarkThemeAvailable(); 6 bool DarkThemeAvailable();
5 bool IsInDarkTheme(); 7 bool IsInDarkTheme();
8
6 } // namespace win32 9 } // namespace win32
10
7 #endif // __sys__win32__dark_theme_h 11 #endif // __sys__win32__dark_theme_h