diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2DlgItemOK.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemOK.h b/src/T2DLL/T2DlgItemOK.h new file mode 100644 index 0000000..4296ec1 --- /dev/null +++ b/src/T2DLL/T2DlgItemOK.h @@ -0,0 +1,10 @@ +#pragma once +#include "common.h" + +class T2DlgItemOK { +public: + T2DlgItemOK(T2TowerDoc*, T2ImageObj*, CPalette*); + virtual int Create(const char*, unsigned long, const RECT&, CWnd*, unsigned int); + + virtual ~T2DlgItemOK() {} +}; |