Elevate Engine 1
Loading...
Searching...
No Matches
ImGuiTheme.h
Go to the documentation of this file.
1namespace Elevate
2{
3 namespace UI
4 {
5 enum class UITheme
6 {
7 Dark = 0,
8 Light = 1
9 };
10
12
13 void SetDarkTheme();
14 void SetLightTheme();
15 }
16}
void SetLightTheme()
void SetDarkTheme()
UITheme GetCurrentTheme()