r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
Engine.hpp File Reference

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"
+ 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 game engine. More...
 

Namespaces

namespace  eng
 

Enumerations

enum  eng::State : unsigned char { eng::STOP = 0 , eng::RUN = 1 , eng::DEFAULT = 2 }
 

Detailed Description

This file contains the Engine class declaration.

Definition in file Engine.hpp.