Spinscale: PuppetComponent takes PuppetApplication&
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define DIRECTOR_H
|
||||
|
||||
#include <config.h>
|
||||
#include <spinscale/puppetApplication.h>
|
||||
#include <spinscale/component.h>
|
||||
#include <goal.h>
|
||||
#include <lruLifo.h>
|
||||
@@ -17,10 +18,7 @@ class Director
|
||||
: public PuppetComponent
|
||||
{
|
||||
public:
|
||||
Director(Mind &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
: PuppetComponent(parent, thread)
|
||||
{}
|
||||
|
||||
Director(Mind &parent, const std::shared_ptr<ComponentThread> &thread);
|
||||
~Director() = default;
|
||||
|
||||
void negtrinEventInd(void);
|
||||
|
||||
Reference in New Issue
Block a user