Goal: now is a MentalEntity
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
#define _GOAL_H
|
||||
|
||||
#include <concept.h>
|
||||
#include <mentalEntity.h>
|
||||
|
||||
namespace smo {
|
||||
|
||||
class Goal
|
||||
: public cologex::Concept
|
||||
: public cologex::Concept, public MentalEntity
|
||||
{
|
||||
public:
|
||||
Goal() = default;
|
||||
|
||||
Reference in New Issue
Block a user