kima2/src/core/entity.cpp

7 lines
83 B
C++

#include "entity.h"
Entity::State Entity::getState() const
{
return state_;
}