//Virtual base class for entities #include"entity.h" SDL_Rect Entity::getRectangle(){ //std::cout << rect.w << std::endl; return rect; };