Saga
Saga Game Engine
Loading...
Searching...
No Matches
gameworld.h File Reference
#include <memory>
#include <unordered_map>
#include <vector>
#include "../Datastructures/typemap.h"
#include "../Systems/invokableSystemManager.h"
#include "../Systems/system.h"
#include "../Entity/entity.h"
#include "signature.h"
#include "componentReference.h"
#include "gameworld.inl"
Include dependency graph for gameworld.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Saga::GameWorld
 Maintains a game world, where Entity, Component, Systems, and MetaSystems can be added, and events such as Startup, Update, FixedUpdate, and Draw can be invoked. More...
 

Namespaces

namespace  Saga