Goal: Goals are now Comblogic exprs

This commit is contained in:
2025-09-02 17:01:47 -04:00
parent 4827177703
commit 32e76c2ca5
+2 -2
View File
@@ -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;