#pragma once #include "weakptr.h" class MicroTask { public: Room* room = nullptr; a8::Attacher xtimer_attacher; virtual void Initialize(); };