Peoplemon  0.1.0
Peoplemon 3 game source documentation
Classes | Namespaces
Renderable.hpp File Reference
#include <BLIB/ECS/Registry.hpp>
#include <BLIB/Graphics/Animation2D.hpp>
#include <BLIB/Graphics/Slideshow.hpp>
#include <BLIB/Graphics/Sprite.hpp>
#include <BLIB/Resources.hpp>
#include <BLIB/Tilemap/Position.hpp>
#include <Core/Components/Movable.hpp>
#include <Core/Resources/RunWalkAnimations.hpp>
#include <Core/Resources/WalkAnimations.hpp>

Go to the source code of this file.

Classes

class  core::component::Renderable
 Adding this component to an entity will allow it to be rendered. More...
 

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::system
 Namespace containing core game systems shared between the game and the editor.
 
 core::component