Files
salmanoff/core/include/mentalEntity.h
T
2024-09-08 01:04:41 +10:00

9 lines
83 B
C++

#ifndef _MENTAL_ENTITY_H
#define _MENTAL_ENTITY_H
class MentalEntity
{
};
#endif