mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
11 lines
167 B
C++
11 lines
167 B
C++
#pragma once
|
|
|
|
#include "filesystem_def.h"
|
|
|
|
class CPS2VM;
|
|
|
|
namespace ArcadeUtils
|
|
{
|
|
void RegisterArcadeMachines();
|
|
void BootArcadeMachine(CPS2VM*, const fs::path&);
|
|
}
|