platform-test/src/entity/entity.cpp

8 lines
96 B
C++
Raw Normal View History

//Base class for entities
2017-04-29 18:43:17 +00:00
#include"entity.h"
SDL_Rect Entity::getRectangle(){
return rect;
}