Split: Split libspinscale off from SMO.
Now we can probably begin using libspinscale in Couresilient without worrying about excessive technical debt later on.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <config.h>
|
||||
#include <spinscale/puppetApplication.h>
|
||||
#include <spinscale/component.h>
|
||||
#include <mindComponent.h>
|
||||
#include <goal.h>
|
||||
#include <lruLifo.h>
|
||||
|
||||
@@ -14,7 +15,7 @@ class Mind;
|
||||
namespace director {
|
||||
|
||||
class Director
|
||||
: public sscl::PuppetComponent
|
||||
: public MindComponent
|
||||
{
|
||||
public:
|
||||
Director(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread);
|
||||
|
||||
Reference in New Issue
Block a user