mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-08 20:30:02 -04:00
7 lines
69 B
C++
7 lines
69 B
C++
#pragma once
|
|
|
|
namespace os::user::detail
|
|
{
|
|
bool IsDarkTheme();
|
|
}
|