//Base class for entities #include"entity.h" SDL_Rect Entity::getRectangle(){ return rect; }