1 2namespace Legacy 3{ 4 5namespace v4 6{ 7void DrawObjectList(int32 group); 8void DrawStageGFX(); 9 10#if !RETRO_USE_ORIGINAL_CODE 11void DrawDebugOverlays(); 12#endif 13} // namespace v4 14 15} // namespace Legacy 16 17