Files
salmanoff/hcore/include/mentalEntity.h
T
hayodea 841441806c Now builds.
* Cut out all extraneous includes.
2025-01-04 07:33:15 -04:00

11 lines
116 B
C++

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