mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
11
libs/platform/style_utils.hpp
Normal file
11
libs/platform/style_utils.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace style_utils
|
||||
{
|
||||
enum class NightMode : uint8_t
|
||||
{
|
||||
Off = 0,
|
||||
On = 1,
|
||||
};
|
||||
|
||||
} // namespace style_utils
|
||||
Reference in New Issue
Block a user