From 27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 5 Jul 2023 20:28:50 +0100 Subject: add empty files for plugin source code --- src/Plugins/Hotel/Mente/Mente.cpp | 7 +++++++ src/Plugins/Hotel/Mente/Mente.h | 5 +++++ src/Plugins/Hotel/Mente/MenteDef.cpp | 7 +++++++ src/Plugins/Hotel/Mente/MenteDef.h | 5 +++++ src/Plugins/Hotel/Mente/MentePlugin.cpp | 7 +++++++ src/Plugins/Hotel/Mente/MentePlugin.h | 5 +++++ 6 files changed, 36 insertions(+) create mode 100644 src/Plugins/Hotel/Mente/Mente.cpp create mode 100644 src/Plugins/Hotel/Mente/Mente.h create mode 100644 src/Plugins/Hotel/Mente/MenteDef.cpp create mode 100644 src/Plugins/Hotel/Mente/MenteDef.h create mode 100644 src/Plugins/Hotel/Mente/MentePlugin.cpp create mode 100644 src/Plugins/Hotel/Mente/MentePlugin.h (limited to 'src/Plugins/Hotel/Mente') diff --git a/src/Plugins/Hotel/Mente/Mente.cpp b/src/Plugins/Hotel/Mente/Mente.cpp new file mode 100644 index 0000000..cc536db --- /dev/null +++ b/src/Plugins/Hotel/Mente/Mente.cpp @@ -0,0 +1,7 @@ +#include "Mente.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Hotel/Mente/Mente.h b/src/Plugins/Hotel/Mente/Mente.h new file mode 100644 index 0000000..2e0f942 --- /dev/null +++ b/src/Plugins/Hotel/Mente/Mente.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Mente { +}; diff --git a/src/Plugins/Hotel/Mente/MenteDef.cpp b/src/Plugins/Hotel/Mente/MenteDef.cpp new file mode 100644 index 0000000..de7ee45 --- /dev/null +++ b/src/Plugins/Hotel/Mente/MenteDef.cpp @@ -0,0 +1,7 @@ +#include "MenteDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Hotel/Mente/MenteDef.h b/src/Plugins/Hotel/Mente/MenteDef.h new file mode 100644 index 0000000..d0db32e --- /dev/null +++ b/src/Plugins/Hotel/Mente/MenteDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class MenteDef { +}; diff --git a/src/Plugins/Hotel/Mente/MentePlugin.cpp b/src/Plugins/Hotel/Mente/MentePlugin.cpp new file mode 100644 index 0000000..f01a683 --- /dev/null +++ b/src/Plugins/Hotel/Mente/MentePlugin.cpp @@ -0,0 +1,7 @@ +#include "MentePlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Hotel/Mente/MentePlugin.h b/src/Plugins/Hotel/Mente/MentePlugin.h new file mode 100644 index 0000000..69678ab --- /dev/null +++ b/src/Plugins/Hotel/Mente/MentePlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class MentePlugin { +}; -- cgit v1.2.3