kima2/src/core/entity.cpp

4 lines
80 B
C++

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