platform-test/entity.cpp

8 lines
97 B
C++

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