From 27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 Mon Sep 17 00:00:00 2001
From: Ash Wolf <ninji@wuffs.org>
Date: Wed, 5 Jul 2023 20:28:50 +0100
Subject: add empty files for plugin source code

---
 src/Plugins/Shop/Shasin/Shasin.cpp | 7 +++++++
 src/Plugins/Shop/Shasin/Shasin.h   | 5 +++++
 2 files changed, 12 insertions(+)
 create mode 100644 src/Plugins/Shop/Shasin/Shasin.cpp
 create mode 100644 src/Plugins/Shop/Shasin/Shasin.h

(limited to 'src/Plugins/Shop/Shasin')

diff --git a/src/Plugins/Shop/Shasin/Shasin.cpp b/src/Plugins/Shop/Shasin/Shasin.cpp
new file mode 100644
index 0000000..728a024
--- /dev/null
+++ b/src/Plugins/Shop/Shasin/Shasin.cpp
@@ -0,0 +1,7 @@
+#include "Shasin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Shop/Shasin/Shasin.h b/src/Plugins/Shop/Shasin/Shasin.h
new file mode 100644
index 0000000..03b8274
--- /dev/null
+++ b/src/Plugins/Shop/Shasin/Shasin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class Shasin {
+};
-- 
cgit v1.2.3