diff options
Diffstat (limited to 'src/Plugins/Final/Cathedral')
-rw-r--r-- | src/Plugins/Final/Cathedral/Cathedral.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Final/Cathedral/Cathedral.h | 5 | ||||
-rw-r--r-- | src/Plugins/Final/Cathedral/CathedralDef.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Final/Cathedral/CathedralDef.h | 5 | ||||
-rw-r--r-- | src/Plugins/Final/Cathedral/CathedralPlugin.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Final/Cathedral/CathedralPlugin.h | 5 |
6 files changed, 36 insertions, 0 deletions
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 { +}; |