#pragma once #include "ScriptedPowerupSpawner.h" class Sunflower : public ScriptedPowerupSpawner { void OnStartup(Entity* self) override; };