UnleashedRecomp/UnleashedRecomp/os/user.cpp

7 lines
117 B
C++

#include <os/user.h>
#include <os/user_detail.h>
bool os::user::IsDarkTheme()
{
return detail::IsDarkTheme();
}