summaryrefslogtreecommitdiff
path: root/src/Plugins/Hotel/Kobeya
diff options
context:
space:
mode:
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 {
+};