#pragma once #include "Behaviour.h" struct NullBehaviour : virtual public Behaviour { void update(float) override {} };