summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemRadioButton.h
blob: 8e67088c9d9a45f9121ab391750151fcbea54fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
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);
};