diff --git a/include/spinscale/component.h b/include/spinscale/component.h index d94ec77..977f3a6 100644 --- a/include/spinscale/component.h +++ b/include/spinscale/component.h @@ -49,6 +49,18 @@ public: PuppetApplication &parent; }; +namespace pptr { + +class PuppeteerComponent +: public Component +{ +public: + PuppeteerComponent(const std::shared_ptr &thread); + ~PuppeteerComponent() = default; +}; + +} // namespace pptr + } // namespace sscl #endif // COMPONENT_H