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_ttf/SDL_ttf.h>
#include <SDL2/SDL.h>
#include "Constants.hpp"
#include "ResourceManager.hpp"
Go to the source code of this file.
Classes | |
class | ScoreDisplayComponent |
ScoreDisplayComponent class used to show a GameEntity's score. More... | |