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