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