summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemSTimeTbl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2DlgItemSTimeTbl.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemSTimeTbl.cpp b/src/T2DLL/T2DlgItemSTimeTbl.cpp
new file mode 100644
index 0000000..a837aa5
--- /dev/null
+++ b/src/T2DLL/T2DlgItemSTimeTbl.cpp
@@ -0,0 +1,19 @@
+#include "T2DlgItemSTimeTbl.h"
+
+T2DlgItemSTimeTbl::T2DlgItemSTimeTbl(T2TowerDoc*, T2ImageObj*, CPalette*) {
+}
+
+/*virtual*/ T2DlgItemSTimeTbl::~T2DlgItemSTimeTbl() {
+}
+
+/*virtual*/ int T2DlgItemSTimeTbl::Create(const char*, unsigned long, const RECT&, CWnd*, unsigned int) {
+}
+
+void T2DlgItemSTimeTbl::SetGrade(int) {
+}
+
+/*virtual*/ int T2DlgItemSTimeTbl::OnT2DlgItemEraseBkgnd(CDC*) {
+}
+
+void T2DlgItemSTimeTbl::DrawTime(CDC*, unsigned int, int, CRect&) {
+}