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