Game Engine 2D Platformer
Classes
ScoreDisplayComponent.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_ttf/SDL_ttf.h>
#include <SDL2/SDL.h>
#include "Constants.hpp"
#include "ResourceManager.hpp"
Include dependency graph for ScoreDisplayComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScoreDisplayComponent
 ScoreDisplayComponent class used to show a GameEntity's score. More...