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