Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
BaseSettingsPage.hpp
1
#pragma once
2
3
namespace
Grindstone {
4
namespace
Editor {
5
namespace
ImguiEditor {
6
namespace
Settings {
7
class
BasePage
{
8
public
:
9
virtual
void
Open() = 0;
10
virtual
void
Render() = 0;
11
};
12
}
13
}
14
}
15
}
Grindstone::Editor::ImguiEditor::Settings::BasePage
Definition
BaseSettingsPage.hpp:7
sources
code
Editor
ImguiEditor
Settings
BaseSettingsPage.hpp
Generated by
1.12.0