6 #ifndef INPUTCOMPONENT_HPP
7 #define INPUTCOMPONENT_HPP
38 bool backPressed =
false;
The interface class for different components to inherit.
Definition: Component.hpp:16
Represents an interactable entity in the game that includes Main Character, NPC, Tiles ,...
Definition: GameEntity.hpp:22