summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemTButton.h
blob: 62bc51bbaf663f955b1a7e913156469b61474c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef T2DLL_T2DLGITEMTBUTTON_H
#define T2DLL_T2DLGITEMTBUTTON_H
#include "../common.h"
#include "T2DlgItemButtonBase.h"

class AFX_CLASS_EXPORT T2DlgItemTButton : public T2DlgItemButtonBase {
public:
	T2DlgItemTButton(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
protected:
	virtual BOOL OnT2DlgItemEraseBkgnd(CDC* pDC);
};
#endif