summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemIButton.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2DlgItemIButton.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemIButton.h b/src/T2DLL/T2DlgItemIButton.h
new file mode 100644
index 0000000..6529e0b
--- /dev/null
+++ b/src/T2DLL/T2DlgItemIButton.h
@@ -0,0 +1,12 @@
+#pragma once
+#include "common.h"
+
+class T2DlgItemIButton {
+public:
+ T2DlgItemIButton(T2TowerDoc*, T2ImageObj*, CPalette*);
+protected:
+ virtual int OnT2DlgItemEraseBkgnd(CDC*);
+
+public:
+ virtual ~T2DlgItemIButton() {}
+};