mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-01 01:01:19 -06:00
7 lines
73 B
C++
7 lines
73 B
C++
#include <os/user.h>
|
|
|
|
bool os::user::IsDarkTheme()
|
|
{
|
|
return false;
|
|
}
|