mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
7 lines
117 B
C++
7 lines
117 B
C++
#include <os/user.h>
|
|
#include <os/user_detail.h>
|
|
|
|
bool os::user::IsDarkTheme()
|
|
{
|
|
return detail::IsDarkTheme();
|
|
}
|