Files
salmanoff/corelogic/include/mentalEntity.h
T

9 lines
83 B
C++

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