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