mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-02-27 14:36:04 +00:00
Add new class PuppeteerComponent
This commit is contained in:
@@ -49,6 +49,18 @@ public:
|
||||
PuppetApplication &parent;
|
||||
};
|
||||
|
||||
namespace pptr {
|
||||
|
||||
class PuppeteerComponent
|
||||
: public Component
|
||||
{
|
||||
public:
|
||||
PuppeteerComponent(const std::shared_ptr<PuppeteerThread> &thread);
|
||||
~PuppeteerComponent() = default;
|
||||
};
|
||||
|
||||
} // namespace pptr
|
||||
|
||||
} // namespace sscl
|
||||
|
||||
#endif // COMPONENT_H
|
||||
|
||||
Reference in New Issue
Block a user