From c0c336500955a23e344651e5412c9d9d441ef4ee Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 28 Jun 2023 22:22:32 +0100 Subject: first pass of T2DLL --- src/T2DLL/T2DlgItemCANCEL.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/T2DLL/T2DlgItemCANCEL.h') diff --git a/src/T2DLL/T2DlgItemCANCEL.h b/src/T2DLL/T2DlgItemCANCEL.h index a4c4489..42132c7 100644 --- a/src/T2DLL/T2DlgItemCANCEL.h +++ b/src/T2DLL/T2DlgItemCANCEL.h @@ -1,10 +1,9 @@ #pragma once #include "common.h" +#include "T2DlgItemIButton.h" -class T2DlgItemCANCEL { +class AFX_EXT_CLASS T2DlgItemCANCEL : public T2DlgItemIButton { public: - T2DlgItemCANCEL(T2TowerDoc*, T2ImageObj*, CPalette*); - virtual int Create(const char*, unsigned long, const RECT&, CWnd*, unsigned int); - - virtual ~T2DlgItemCANCEL() {} + T2DlgItemCANCEL(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette); + virtual BOOL Create(const char* windowName, DWORD style, const RECT& rect, CWnd* parentWnd, UINT nId); }; -- cgit v1.2.3