Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
PlatformWindows.hpp
1
#pragma once
2
3
#include <vector>
4
#include <string>
5
#include "../Settings/BaseSettingsPage.hpp"
6
#include "CompilerProperties.hpp"
7
8
namespace
Grindstone {
9
namespace
Editor {
10
namespace
ImguiEditor {
11
namespace
Settings {
12
class
PlatformWindows
:
public
BasePage
{
13
public
:
14
virtual
void
Open()
override
;
15
virtual
void
Render()
override
;
16
private
:
17
CompilerProperties
compilerProperties;
18
};
19
}
20
}
21
}
22
}
Grindstone::Editor::ImguiEditor::Settings::BasePage
Definition
BaseSettingsPage.hpp:7
Grindstone::Editor::ImguiEditor::Settings::CompilerProperties
Definition
CompilerProperties.hpp:11
Grindstone::Editor::ImguiEditor::Settings::PlatformWindows
Definition
PlatformWindows.hpp:12
sources
code
Editor
ImguiEditor
ProjectSettings
PlatformWindows.hpp
Generated by
1.12.0