mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 03:29:55 -06:00
7 lines
69 B
C++
7 lines
69 B
C++
#pragma once
|
|
|
|
namespace os::user::detail
|
|
{
|
|
bool IsDarkTheme();
|
|
}
|