Refactor project structure by moving core files to corelogic and updating build configurations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef _EXISTENT_H
|
||||
#define _EXISTENT_H
|
||||
|
||||
#include <mentalEntity.h>
|
||||
|
||||
class Existent
|
||||
: public MentalEntity
|
||||
{
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user