summaryrefslogtreecommitdiff
path: root/src/Plugins/Hotel/Front
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/Front
parent6f9dd03d70dc9121fb5f898b266d19b411c8459c (diff)
downloadt2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.tar.gz
t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.zip
add empty files for plugin source code
Diffstat (limited to '')
-rw-r--r--src/Plugins/Hotel/Front/Front.cpp7
-rw-r--r--src/Plugins/Hotel/Front/Front.h5
-rw-r--r--src/Plugins/Hotel/Front/FrontDef.cpp7
-rw-r--r--src/Plugins/Hotel/Front/FrontDef.h5
-rw-r--r--src/Plugins/Hotel/Front/FrontInfoDialog.cpp7
-rw-r--r--src/Plugins/Hotel/Front/FrontInfoDialog.h5
-rw-r--r--src/Plugins/Hotel/Front/FrontPlugin.cpp7
-rw-r--r--src/Plugins/Hotel/Front/FrontPlugin.h5
8 files changed, 48 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/Front/Front.cpp b/src/Plugins/Hotel/Front/Front.cpp
new file mode 100644
index 0000000..b526da5
--- /dev/null
+++ b/src/Plugins/Hotel/Front/Front.cpp
@@ -0,0 +1,7 @@
+#include "Front.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Front/Front.h b/src/Plugins/Hotel/Front/Front.h
new file mode 100644
index 0000000..07d21fa
--- /dev/null
+++ b/src/Plugins/Hotel/Front/Front.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class Front {
+};
diff --git a/src/Plugins/Hotel/Front/FrontDef.cpp b/src/Plugins/Hotel/Front/FrontDef.cpp
new file mode 100644
index 0000000..a2ca2b1
--- /dev/null
+++ b/src/Plugins/Hotel/Front/FrontDef.cpp
@@ -0,0 +1,7 @@
+#include "FrontDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Front/FrontDef.h b/src/Plugins/Hotel/Front/FrontDef.h
new file mode 100644
index 0000000..6e7efea
--- /dev/null
+++ b/src/Plugins/Hotel/Front/FrontDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class FrontDef {
+};
diff --git a/src/Plugins/Hotel/Front/FrontInfoDialog.cpp b/src/Plugins/Hotel/Front/FrontInfoDialog.cpp
new file mode 100644
index 0000000..35dbe2e
--- /dev/null
+++ b/src/Plugins/Hotel/Front/FrontInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "FrontInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Front/FrontInfoDialog.h b/src/Plugins/Hotel/Front/FrontInfoDialog.h
new file mode 100644
index 0000000..b5324d5
--- /dev/null
+++ b/src/Plugins/Hotel/Front/FrontInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class FrontInfoDialog {
+};
diff --git a/src/Plugins/Hotel/Front/FrontPlugin.cpp b/src/Plugins/Hotel/Front/FrontPlugin.cpp
new file mode 100644
index 0000000..5a0db52
--- /dev/null
+++ b/src/Plugins/Hotel/Front/FrontPlugin.cpp
@@ -0,0 +1,7 @@
+#include "FrontPlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/Front/FrontPlugin.h b/src/Plugins/Hotel/Front/FrontPlugin.h
new file mode 100644
index 0000000..d078419
--- /dev/null
+++ b/src/Plugins/Hotel/Front/FrontPlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class FrontPlugin {
+};