#pragma once #include "Generator.h" struct NullGenerator : public Generator { void update(float) override {} };