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

12 lines
118 B
C++

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