This file contains the Engine class declaration. More...
#include <functional>#include <memory>#include "Engine/SceneManager.hpp"#include "Interfaces/IAudio.hpp"#include "Interfaces/INetworkClient.hpp"#include "Interfaces/IRenderer.hpp"#include "Utils/Clock.hpp"
Include dependency graph for Engine.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | eng::Engine |
| Class for the 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.