Hymn to Beauty
C++ 3D Engine
Theme.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace ImGui {
5
8void SaveTheme(const char* name);
9
11
14void LoadTheme(const char* name);
15
17void LoadDefaultTheme();
18} // namespace ImGui
Definition: TriggerEditor.cpp:20
void SaveTheme(const char *name)
Save current theme to a JSON file.
Definition: Theme.cpp:10
void LoadTheme(const char *name)
Load theme from JSON file.
Definition: Theme.cpp:84
void LoadDefaultTheme()
Load the default theme.
Definition: Theme.cpp:154