Play-/Source/ui_shared/ArcadeUtils.h

12 lines
167 B
C
Raw Normal View History

2022-09-29 16:02:50 -04:00
#pragma once
#include "filesystem_def.h"
class CPS2VM;
namespace ArcadeUtils
{
void RegisterArcadeMachines();
2022-09-29 16:02:50 -04:00
void BootArcadeMachine(CPS2VM*, const fs::path&);
}