summaryrefslogtreecommitdiff
path: root/src/Plugins/Hotel/RMente
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Hotel/RMente')
-rw-r--r--src/Plugins/Hotel/RMente/RMente.cpp7
-rw-r--r--src/Plugins/Hotel/RMente/RMente.h5
-rw-r--r--src/Plugins/Hotel/RMente/RMenteDef.cpp7
-rw-r--r--src/Plugins/Hotel/RMente/RMenteDef.h5
-rw-r--r--src/Plugins/Hotel/RMente/RMentePlugin.cpp7
-rw-r--r--src/Plugins/Hotel/RMente/RMentePlugin.h5
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/RMente/RMente.cpp b/src/Plugins/Hotel/RMente/RMente.cpp
new file mode 100644
index 0000000..a7cc23b
--- /dev/null
+++ b/src/Plugins/Hotel/RMente/RMente.cpp
@@ -0,0 +1,7 @@
+#include "RMente.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/RMente/RMente.h b/src/Plugins/Hotel/RMente/RMente.h
new file mode 100644
index 0000000..d22554d
--- /dev/null
+++ b/src/Plugins/Hotel/RMente/RMente.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class RMente {
+};
diff --git a/src/Plugins/Hotel/RMente/RMenteDef.cpp b/src/Plugins/Hotel/RMente/RMenteDef.cpp
new file mode 100644
index 0000000..897056a
--- /dev/null
+++ b/src/Plugins/Hotel/RMente/RMenteDef.cpp
@@ -0,0 +1,7 @@
+#include "RMenteDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/RMente/RMenteDef.h b/src/Plugins/Hotel/RMente/RMenteDef.h
new file mode 100644
index 0000000..8ce9bd0
--- /dev/null
+++ b/src/Plugins/Hotel/RMente/RMenteDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class RMenteDef {
+};
diff --git a/src/Plugins/Hotel/RMente/RMentePlugin.cpp b/src/Plugins/Hotel/RMente/RMentePlugin.cpp
new file mode 100644
index 0000000..725e5b3
--- /dev/null
+++ b/src/Plugins/Hotel/RMente/RMentePlugin.cpp
@@ -0,0 +1,7 @@
+#include "RMentePlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Hotel/RMente/RMentePlugin.h b/src/Plugins/Hotel/RMente/RMentePlugin.h
new file mode 100644
index 0000000..255fefb
--- /dev/null
+++ b/src/Plugins/Hotel/RMente/RMentePlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class RMentePlugin {
+};