mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 19:33:03 +00:00
6 lines
122 B
C
6 lines
122 B
C
|
#pragma once
|
||
|
|
||
|
void PSP_Init();
|
||
|
DWORD PSP_GetVolumeMax();
|
||
|
bool PSP_SaveStateSelectImage(HWND hWindow, bool bSave);
|