This file contains the Engine class declaration. More...
#include <functional>
#include <memory>
#include "ECS/Interfaces/ISystems.hpp"
#include "ECS/Registry.hpp"
#include "Engine/SceneManager.hpp"
#include "Interfaces/IAudio.hpp"
#include "Interfaces/INetworkClient.hpp"
#include "Interfaces/IRenderer.hpp"
#include "Utils/Clock.hpp"
Go to the source code of this file.
Classes | |
class | eng::Engine |
Class for the game engine. More... | |
Namespaces | |
namespace | eng |
Enumerations | |
enum | eng::State : unsigned char { eng::STOP = 0 , eng::RUN = 1 , eng::DEFAULT = 2 } |
This file contains the Engine class declaration.
Definition in file Engine.hpp.