1 2 3 4 5 6 7 8 9
#pragma once #include "Generator.h" struct NullGenerator : public Generator { void update(float) override {} };