blob: 0f0335a0bf050b38b04265e355fa885402a5636b (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include "common.h"
#include "T2DlgItemICheck.h"
class AFX_CLASS_EXPORT T2DlgItemCheck : public T2DlgItemICheck {
public:
T2DlgItemCheck(T2TowerDoc* inDoc, T2ImageObj* inImageObj, CPalette* inPalette);
virtual BOOL Create(const char* windowName, DWORD style, const RECT& inRect, CWnd* parentWnd, UINT nId);
};
|