pcsx2/plugins/CDVDolio/SettingsDlg.h

17 lines
295 B
C
Raw Normal View History

#pragma once
#include "CDVDDialog.h"
#include "resource.h"
class CDVDSettingsDlg : public CDVDDialog
{
void UpdateDrives();
protected:
void OnInit();
bool OnMessage(UINT message, WPARAM wParam, LPARAM lParam);
bool OnCommand(HWND hWnd, UINT id, UINT code);
public:
CDVDSettingsDlg();
};