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