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/Final/Cathedral/Cathedral.cpp | 7 +++++++ src/Plugins/Final/Cathedral/Cathedral.h | 5 +++++ src/Plugins/Final/Cathedral/CathedralDef.cpp | 7 +++++++ src/Plugins/Final/Cathedral/CathedralDef.h | 5 +++++ src/Plugins/Final/Cathedral/CathedralPlugin.cpp | 7 +++++++ src/Plugins/Final/Cathedral/CathedralPlugin.h | 5 +++++ 6 files changed, 36 insertions(+) create mode 100644 src/Plugins/Final/Cathedral/Cathedral.cpp create mode 100644 src/Plugins/Final/Cathedral/Cathedral.h create mode 100644 src/Plugins/Final/Cathedral/CathedralDef.cpp create mode 100644 src/Plugins/Final/Cathedral/CathedralDef.h create mode 100644 src/Plugins/Final/Cathedral/CathedralPlugin.cpp create mode 100644 src/Plugins/Final/Cathedral/CathedralPlugin.h (limited to 'src/Plugins/Final/Cathedral') diff --git a/src/Plugins/Final/Cathedral/Cathedral.cpp b/src/Plugins/Final/Cathedral/Cathedral.cpp new file mode 100644 index 0000000..0e51cf7 --- /dev/null +++ b/src/Plugins/Final/Cathedral/Cathedral.cpp @@ -0,0 +1,7 @@ +#include "Cathedral.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Final/Cathedral/Cathedral.h b/src/Plugins/Final/Cathedral/Cathedral.h new file mode 100644 index 0000000..0aa59c9 --- /dev/null +++ b/src/Plugins/Final/Cathedral/Cathedral.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Cathedral { +}; diff --git a/src/Plugins/Final/Cathedral/CathedralDef.cpp b/src/Plugins/Final/Cathedral/CathedralDef.cpp new file mode 100644 index 0000000..dc1076e --- /dev/null +++ b/src/Plugins/Final/Cathedral/CathedralDef.cpp @@ -0,0 +1,7 @@ +#include "CathedralDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Final/Cathedral/CathedralDef.h b/src/Plugins/Final/Cathedral/CathedralDef.h new file mode 100644 index 0000000..437ec79 --- /dev/null +++ b/src/Plugins/Final/Cathedral/CathedralDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class CathedralDef { +}; diff --git a/src/Plugins/Final/Cathedral/CathedralPlugin.cpp b/src/Plugins/Final/Cathedral/CathedralPlugin.cpp new file mode 100644 index 0000000..1366275 --- /dev/null +++ b/src/Plugins/Final/Cathedral/CathedralPlugin.cpp @@ -0,0 +1,7 @@ +#include "CathedralPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Final/Cathedral/CathedralPlugin.h b/src/Plugins/Final/Cathedral/CathedralPlugin.h new file mode 100644 index 0000000..47c81f9 --- /dev/null +++ b/src/Plugins/Final/Cathedral/CathedralPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class CathedralPlugin { +}; -- cgit v1.2.3