diff options
Diffstat (limited to 'src/T2DLL/T2DlgItemRadioButton.h')
-rw-r--r-- | src/T2DLL/T2DlgItemRadioButton.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemRadioButton.h b/src/T2DLL/T2DlgItemRadioButton.h new file mode 100644 index 0000000..8e67088 --- /dev/null +++ b/src/T2DLL/T2DlgItemRadioButton.h @@ -0,0 +1,12 @@ +#pragma once +#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); +};
\ No newline at end of file |