summaryrefslogtreecommitdiff
path: root/src/Plugins/Hotel/Kobeya
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/Hotel/Kobeya
parent6f9dd03d70dc9121fb5f898b266d19b411c8459c (diff)
downloadt2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.tar.gz
t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.zip
add empty files for plugin source code
Diffstat (limited to 'src/Plugins/Hotel/Kobeya')
-rw-r--r--src/Plugins/Hotel/Kobeya/Kobeya.cpp7
-rw-r--r--src/Plugins/Hotel/Kobeya/Kobeya.h5
-rw-r--r--src/Plugins/Hotel/Kobeya/KobeyaDef.cpp7
-rw-r--r--src/Plugins/Hotel/Kobeya/KobeyaDef.h5
-rw-r--r--src/Plugins/Hotel/Kobeya/KobeyaPlugin.cpp7
-rw-r--r--src/Plugins/Hotel/Kobeya/KobeyaPlugin.h5
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/Kobeya/Kobeya.cpp b/src/Plugins/Hotel/Kobeya/Kobeya.cpp
new file mode 100644
index 0000000..be6029d
--- /dev/null
+++ b/src/Plugins/Hotel/Kobeya/Kobeya.cpp
@@ -0,0 +1,7 @@
+#include "Kobeya.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Kobeya/Kobeya.h b/src/Plugins/Hotel/Kobeya/Kobeya.h
new file mode 100644
index 0000000..5949d41
--- /dev/null
+++ b/src/Plugins/Hotel/Kobeya/Kobeya.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class Kobeya {
+};
diff --git a/src/Plugins/Hotel/Kobeya/KobeyaDef.cpp b/src/Plugins/Hotel/Kobeya/KobeyaDef.cpp
new file mode 100644
index 0000000..c0cdf58
--- /dev/null
+++ b/src/Plugins/Hotel/Kobeya/KobeyaDef.cpp
@@ -0,0 +1,7 @@
+#include "KobeyaDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Kobeya/KobeyaDef.h b/src/Plugins/Hotel/Kobeya/KobeyaDef.h
new file mode 100644
index 0000000..99ab512
--- /dev/null
+++ b/src/Plugins/Hotel/Kobeya/KobeyaDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class KobeyaDef {
+};
diff --git a/src/Plugins/Hotel/Kobeya/KobeyaPlugin.cpp b/src/Plugins/Hotel/Kobeya/KobeyaPlugin.cpp
new file mode 100644
index 0000000..e5a3b1d
--- /dev/null
+++ b/src/Plugins/Hotel/Kobeya/KobeyaPlugin.cpp
@@ -0,0 +1,7 @@
+#include "KobeyaPlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Kobeya/KobeyaPlugin.h b/src/Plugins/Hotel/Kobeya/KobeyaPlugin.h
new file mode 100644
index 0000000..b68c2a9
--- /dev/null
+++ b/src/Plugins/Hotel/Kobeya/KobeyaPlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class KobeyaPlugin {
+};