Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/os/user_detail.h

7 lines
69 B
C++

#pragma once
namespace os::user::detail
{
bool IsDarkTheme();
}