summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemBox.h
blob: b63b3aac7fce162792009ffb8d0482678c859d9d (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "common.h"
#include "T2DlgItem.h"

class AFX_CLASS_EXPORT T2DlgItemBox : public T2DlgItem {
public:
	T2DlgItemBox(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
protected:
	virtual BOOL OnT2DlgItemEraseBkgnd(CDC*);
};