mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
6 lines
61 B
C++
6 lines
61 B
C++
#pragma once
|
|
|
|
namespace os::user
|
|
{
|
|
bool IsDarkTheme();
|
|
}
|