Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
CvarBrowser.hpp
1
#pragma once
2
3
#include <vector>
4
5
#include <Common/Console/Cvars.hpp>
6
7
namespace
Grindstone::Editor::ImguiEditor {
8
class
CvarBrowser {
9
public
:
10
CvarBrowser();
11
void
Render();
12
private
:
13
bool
isShowingPanel =
false
;
14
std::vector<Grindstone::CvarParameter*> cachedEditParameters;
15
};
16
}
sources
code
Editor
ImguiEditor
CvarBrowser.hpp
Generated by
1.13.2