R-Type
Classes | Namespaces | Typedefs
GravitySystem.hpp File Reference
#include "GameEngine.hpp"
#include "Registry.hpp"
#include "components/TransformComponent.hpp"
#include "components/TextureComponent.hpp"
#include "components/GravityComponent.hpp"

Go to the source code of this file.

Classes

class  GameEngine::GravitySystem
 

Namespaces

 GameEngine
 

Typedefs

using GameEngine::GravityFunction = std::function< void(SparseArray< GravityComponent > &)>