12 lines
118 B
C++
12 lines
118 B
C++
#ifndef _EXISTENT_H
|
|
#define _EXISTENT_H
|
|
|
|
#include <mentalEntity.h>
|
|
|
|
class Existent
|
|
: public MentalEntity
|
|
{
|
|
};
|
|
|
|
#endif
|