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