mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-03 11:30:22 +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);
|