Files
salmanoff/corelogic/include/existent.h
T

12 lines
118 B
C++

#ifndef _EXISTENT_H
#define _EXISTENT_H
#include <mentalEntity.h>
class Existent
: public MentalEntity
{
};
#endif