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:
@@ -11,6 +11,7 @@
|
||||
#include <spinscale/component.h>
|
||||
#include <componentThread.h>
|
||||
#include <mindThread.h>
|
||||
#include <mindComponent.h>
|
||||
#include <director/director.h>
|
||||
#include <simulator/simulator.h>
|
||||
#include <body/body.h>
|
||||
@@ -38,9 +39,9 @@ public:
|
||||
public:
|
||||
director::Director director;
|
||||
simulator::Simulator canvas;
|
||||
sscl::PuppetComponent subconscious;
|
||||
MindComponent subconscious;
|
||||
body::Body body;
|
||||
sscl::PuppetComponent world;
|
||||
MindComponent world;
|
||||
|
||||
private:
|
||||
friend class body::Body;
|
||||
|
||||
Reference in New Issue
Block a user