Game Engine 2D Platformer
|
#include "TinyMath.hpp"
#include "Component.hpp"
#include "Constants.hpp"
#include "EntityManager.hpp"
#include <memory>
#include <vector>
#include <SDL2/SDL.h>
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... | |