#pragma once class ILifeCycle { public: virtual void begin() {} virtual void loop() {} };