mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-21 03:46:52 -06:00
8 lines
117 B
C++
8 lines
117 B
C++
#include <os/user.h>
|
|
#include <os/user_detail.h>
|
|
|
|
bool os::user::IsDarkTheme()
|
|
{
|
|
return detail::IsDarkTheme();
|
|
}
|