Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
ProjectSettingsPage.hpp
1#pragma once
2
3namespace Grindstone {
4 namespace Editor {
5 namespace ImguiEditor {
6 enum class ProjectSettingsPage {
7 Build = 0,
8 Platforms,
9 Plugins
10 };
11 }
12 }
13}