Files
salmanoff/smocore/include/mentalEntity.h
T
2025-07-22 06:15:12 -04:00

15 lines
151 B
C++

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