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