platform-test/src/entity/entity.cpp

8 lines
96 B
C++

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