841441806c
* Cut out all extraneous includes.
11 lines
116 B
C++
11 lines
116 B
C++
#ifndef _MENTAL_ENTITY_H
|
|
#define _MENTAL_ENTITY_H
|
|
|
|
class MentalEntity
|
|
{
|
|
public:
|
|
using Id = uint32_t;
|
|
};
|
|
|
|
#endif
|