Spinscale: PuppetComponent takes PuppetApplication&
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
#include <iostream>
|
||||
#include <director/director.h>
|
||||
#include <mind.h>
|
||||
#include <goal.h>
|
||||
|
||||
namespace smo {
|
||||
namespace director {
|
||||
|
||||
Director::Director(Mind &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
: PuppetComponent(static_cast<PuppetApplication&>(parent), thread)
|
||||
{
|
||||
}
|
||||
|
||||
void Director::negtrinEventInd(void)
|
||||
{
|
||||
/** EXPLANATION:
|
||||
|
||||
Reference in New Issue
Block a user