Add new class PuppeteerComponent

This commit is contained in:
2026-02-19 19:53:41 -04:00
parent 01a9c6ecc9
commit e6a924a3f7

View File

@@ -49,6 +49,18 @@ public:
PuppetApplication &parent; PuppetApplication &parent;
}; };
namespace pptr {
class PuppeteerComponent
: public Component
{
public:
PuppeteerComponent(const std::shared_ptr<PuppeteerThread> &thread);
~PuppeteerComponent() = default;
};
} // namespace pptr
} // namespace sscl } // namespace sscl
#endif // COMPONENT_H #endif // COMPONENT_H