#include "components/component.h" PtrUnq Component::Initialize() { return PtrUnq(new Component()); }