mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 19:33:03 +00:00
9 lines
234 B
C
9 lines
234 B
C
#pragma once
|
|
|
|
void PSP_Init();
|
|
DWORD PSP_GetVolumeMax();
|
|
bool PSP_SaveStateSelectImage(HWND hWindow, bool bSave);
|
|
void ui_tfe_settings_dialog(HWND hwnd);
|
|
void * get_tfe_interface(void);
|
|
void get_tfe_enabled(int *tfe_enabled);
|