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