Files
salmanoff/corelogic/include/mentalEntity.h
T

9 lines
83 B
C++
Raw Normal View History

2024-09-08 01:04:41 +10:00
#ifndef _MENTAL_ENTITY_H
#define _MENTAL_ENTITY_H
class MentalEntity
{
};
#endif