Game Engine 2D Platformer
Classes
GameEntity.hpp File Reference
#include "TinyMath.hpp"
#include "Component.hpp"
#include "Constants.hpp"
#include "EntityManager.hpp"
#include <memory>
#include <vector>
#include <SDL2/SDL.h>
Include dependency graph for GameEntity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GameEntity
 Represents an interactable entity in the game that includes Main Character, NPC, Tiles , and etc. More...