summaryrefslogtreecommitdiff
path: root/src/Plugins/Shop/Common
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-07-05 20:28:50 +0100
committerAsh Wolf <ninji@wuffs.org>2023-07-05 20:28:50 +0100
commit27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 (patch)
treedfeb7e4acad0ce0f9f1581401366488df119bb38 /src/Plugins/Shop/Common
parent6f9dd03d70dc9121fb5f898b266d19b411c8459c (diff)
downloadt2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.tar.gz
t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.zip
add empty files for plugin source code
Diffstat (limited to 'src/Plugins/Shop/Common')
-rw-r--r--src/Plugins/Shop/Common/JihankiDef.cpp7
-rw-r--r--src/Plugins/Shop/Common/JihankiDef.h5
-rw-r--r--src/Plugins/Shop/Common/JihankiPlugin.cpp7
-rw-r--r--src/Plugins/Shop/Common/JihankiPlugin.h5
-rw-r--r--src/Plugins/Shop/Common/ShopDef.cpp7
-rw-r--r--src/Plugins/Shop/Common/ShopDef.h5
-rw-r--r--src/Plugins/Shop/Common/ShopPlugin.cpp7
-rw-r--r--src/Plugins/Shop/Common/ShopPlugin.h5
8 files changed, 48 insertions, 0 deletions
diff --git a/src/Plugins/Shop/Common/JihankiDef.cpp b/src/Plugins/Shop/Common/JihankiDef.cpp
new file mode 100644
index 0000000..358f317
--- /dev/null
+++ b/src/Plugins/Shop/Common/JihankiDef.cpp
@@ -0,0 +1,7 @@
+#include "JihankiDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Shop/Common/JihankiDef.h b/src/Plugins/Shop/Common/JihankiDef.h
new file mode 100644
index 0000000..24bdf87
--- /dev/null
+++ b/src/Plugins/Shop/Common/JihankiDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class JihankiDef {
+};
diff --git a/src/Plugins/Shop/Common/JihankiPlugin.cpp b/src/Plugins/Shop/Common/JihankiPlugin.cpp
new file mode 100644
index 0000000..b7d8c91
--- /dev/null
+++ b/src/Plugins/Shop/Common/JihankiPlugin.cpp
@@ -0,0 +1,7 @@
+#include "JihankiPlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Shop/Common/JihankiPlugin.h b/src/Plugins/Shop/Common/JihankiPlugin.h
new file mode 100644
index 0000000..e0279c3
--- /dev/null
+++ b/src/Plugins/Shop/Common/JihankiPlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class JihankiPlugin {
+};
diff --git a/src/Plugins/Shop/Common/ShopDef.cpp b/src/Plugins/Shop/Common/ShopDef.cpp
new file mode 100644
index 0000000..7d105a0
--- /dev/null
+++ b/src/Plugins/Shop/Common/ShopDef.cpp
@@ -0,0 +1,7 @@
+#include "ShopDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Shop/Common/ShopDef.h b/src/Plugins/Shop/Common/ShopDef.h
new file mode 100644
index 0000000..e6573d6
--- /dev/null
+++ b/src/Plugins/Shop/Common/ShopDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class ShopDef {
+};
diff --git a/src/Plugins/Shop/Common/ShopPlugin.cpp b/src/Plugins/Shop/Common/ShopPlugin.cpp
new file mode 100644
index 0000000..006cb33
--- /dev/null
+++ b/src/Plugins/Shop/Common/ShopPlugin.cpp
@@ -0,0 +1,7 @@
+#include "ShopPlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Shop/Common/ShopPlugin.h b/src/Plugins/Shop/Common/ShopPlugin.h
new file mode 100644
index 0000000..96815f0
--- /dev/null
+++ b/src/Plugins/Shop/Common/ShopPlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class ShopPlugin {
+};