Minor interface change to PropertySheetHelper

This commit is contained in:
tomcw 2021-07-29 13:31:33 +01:00
parent c20c9c2c9c
commit 3fece5e621
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ public:
virtual ~CPropertySheetHelper(){}
void FillComboBox(HWND window, int controlid, LPCTSTR choices, int currentchoice);
void SetSlot(UINT slot, SS_CARDTYPE newCardType);
std::string BrowseToFile(HWND hWindow, const TCHAR* pszTitle, const TCHAR* REGVALUE, const TCHAR* FILEMASKS);
void SaveStateUpdate();
int SaveStateSelectImage(HWND hWindow, const TCHAR* pszTitle, bool bSave);
@ -38,6 +37,7 @@ public:
void ConfigSaveApple2Type(eApple2Type apple2Type);
private:
void SetSlot(UINT slot, SS_CARDTYPE newCardType);
bool IsOkToSaveLoadState(HWND hWnd, const bool bConfigChanged);
bool IsOkToRestart(HWND hWnd);
void SaveComputerType(eApple2Type NewApple2Type);