pcsx2/plugins/CDVDolio/SettingsDlg.h
2009-06-19 00:11:56 +00:00

17 lines
295 B
C++

#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();
};