Files
salmanoff/core/include/existent.h
T

12 lines
118 B
C++
Raw Normal View History

2024-09-08 01:04:41 +10:00
#ifndef _EXISTENT_H
#define _EXISTENT_H
#include <mentalEntity.h>
class Existent
: public MentalEntity
{
};
#endif