Game Engine 2D Platformer
Classes
LifeDisplayComponent.hpp File Reference
#include "Component.hpp"
#include <map>
#include <math.h>
#include <string>
#include <memory>
#include <iterator>
#include <SDL2_image/SDL_image.h>
#include <SDL2/SDL.h>
#include "ResourceManager.hpp"
Include dependency graph for LifeDisplayComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LifeDisplayComponent
 LifeDisplayComponent class used to show character's HP. More...