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