summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2SettingDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2SettingDialog.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/T2DLL/T2SettingDialog.cpp b/src/T2DLL/T2SettingDialog.cpp
new file mode 100644
index 0000000..ab32382
--- /dev/null
+++ b/src/T2DLL/T2SettingDialog.cpp
@@ -0,0 +1,10 @@
+#include "T2SettingDialog.h"
+
+T2SettingDialog::T2SettingDialog(T2TowerDoc*) {
+}
+
+/*virtual*/ T2SettingDialog::~T2SettingDialog() {
+}
+
+/*virtual*/ int T2SettingDialog::OnT2DialogCommand(unsigned int, long) {
+}