CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
MainUI.hpp
Go to the documentation of this file.
1//
2// CeresEngine - A game development framework
3//
4// Created by Rogiel Sulzbach.
5// Copyright (c) 2018-2022 Rogiel Sulzbach. All rights reserved.
6//
7
8#pragma once
9
11
13
25
26} // namespace CeresEngine::Editor::UI
Definition MainUI.hpp:14
MainUI(EntityManager &entityManager, SystemManager &systemManager)
EntityManager & entityManager
Definition MainUI.hpp:16
SystemManager & systemManager
Definition MainUI.hpp:17
Definition EntityManager.hpp:49
The system manager is responsible for keeping track and dispatching updates to all attached systems.
Definition SystemManager.hpp:22
Definition ComponentUI.hpp:14