9 lines
83 B
C++
9 lines
83 B
C++
#ifndef _MENTAL_ENTITY_H
|
|
#define _MENTAL_ENTITY_H
|
|
|
|
class MentalEntity
|
|
{
|
|
};
|
|
|
|
#endif
|