Spinscale: create new namespace sscl
This commit is contained in:
@@ -10,15 +10,14 @@
|
||||
namespace smo {
|
||||
|
||||
class Mind;
|
||||
class ComponentThread;
|
||||
|
||||
namespace director {
|
||||
|
||||
class Director
|
||||
: public PuppetComponent
|
||||
: public sscl::PuppetComponent
|
||||
{
|
||||
public:
|
||||
Director(Mind &parent, const std::shared_ptr<ComponentThread> &thread);
|
||||
Director(Mind &parent, const std::shared_ptr<sscl::ComponentThread> &thread);
|
||||
~Director() = default;
|
||||
|
||||
void negtrinEventInd(void);
|
||||
|
||||
Reference in New Issue
Block a user