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