Goal: Goals are now Comblogic exprs
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
#ifndef _GOAL_H
|
#ifndef _GOAL_H
|
||||||
#define _GOAL_H
|
#define _GOAL_H
|
||||||
|
|
||||||
#include <simulator/scene.h>
|
#include <concept.h>
|
||||||
|
|
||||||
namespace smo {
|
namespace smo {
|
||||||
|
|
||||||
class Goal
|
class Goal
|
||||||
: public simulator::Scene {
|
: public concepts::Concept {
|
||||||
public:
|
public:
|
||||||
Goal() = default;
|
Goal() = default;
|
||||||
~Goal() = default;
|
~Goal() = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user