#ifndef T2DLL_T2DLGITEMRADIOBUTTON_H #define T2DLL_T2DLGITEMRADIOBUTTON_H #include "../common.h" #include "T2DlgItemICheck.h" class T2DlgItemRadioButton : public T2DlgItemICheck { public: T2DlgItemRadioButton(T2TowerDoc *inDoc, T2ImageObj *inImageObj, CPalette *inPalette); ~T2DlgItemRadioButton(); protected: void OnT2DlgItemLButtonDown(UINT inFlags, CPoint inPt); }; #endif