#pragma once class CPickups { public: static void RenderPickUpText(void); }; class CPacManPickups { public: static void Render(void); };