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