Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
UserSettingsWindow.hpp
1#pragma once
2
3#include <vector>
4#include "../Settings/SettingsWindow.hpp"
5#include "UserSettingsPage.hpp"
6
7namespace Grindstone::Editor::ImguiEditor::Settings {
8 class Sidebar;
9 class BasePage;
10
12 public:
14 };
15}