Game Engine 2D Platformer
|
#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"
Go to the source code of this file.
Classes | |
class | LifeDisplayComponent |
LifeDisplayComponent class used to show character's HP. More... | |