#ifndef _MENTAL_ENTITY_H #define _MENTAL_ENTITY_H namespace smo { class MentalEntity { public: using Id = uint32_t; }; } // namespace smo #endif