summaryrefslogtreecommitdiff
path: root/src/Plugins/Shop/TZONE3F
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Shop/TZONE3F')
-rw-r--r--src/Plugins/Shop/TZONE3F/TShop.cpp7
-rw-r--r--src/Plugins/Shop/TZONE3F/TShop.h5
2 files changed, 12 insertions, 0 deletions
diff --git a/src/Plugins/Shop/TZONE3F/TShop.cpp b/src/Plugins/Shop/TZONE3F/TShop.cpp
new file mode 100644
index 0000000..6f54902
--- /dev/null
+++ b/src/Plugins/Shop/TZONE3F/TShop.cpp
@@ -0,0 +1,7 @@
+#include "TShop.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Shop/TZONE3F/TShop.h b/src/Plugins/Shop/TZONE3F/TShop.h
new file mode 100644
index 0000000..13b28b3
--- /dev/null
+++ b/src/Plugins/Shop/TZONE3F/TShop.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class TShop {
+};