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/Urban/Theater/Theater.cpp | 7 +++++++ src/Plugins/Urban/Theater/Theater.h | 5 +++++ src/Plugins/Urban/Theater/TheaterDef.cpp | 7 +++++++ src/Plugins/Urban/Theater/TheaterDef.h | 5 +++++ src/Plugins/Urban/Theater/TheaterPlugin.cpp | 7 +++++++ src/Plugins/Urban/Theater/TheaterPlugin.h | 5 +++++ src/Plugins/Urban/Theater/TheaterSubClass.cpp | 7 +++++++ src/Plugins/Urban/Theater/TheaterSubClass.h | 5 +++++ 8 files changed, 48 insertions(+) create mode 100644 src/Plugins/Urban/Theater/Theater.cpp create mode 100644 src/Plugins/Urban/Theater/Theater.h create mode 100644 src/Plugins/Urban/Theater/TheaterDef.cpp create mode 100644 src/Plugins/Urban/Theater/TheaterDef.h create mode 100644 src/Plugins/Urban/Theater/TheaterPlugin.cpp create mode 100644 src/Plugins/Urban/Theater/TheaterPlugin.h create mode 100644 src/Plugins/Urban/Theater/TheaterSubClass.cpp create mode 100644 src/Plugins/Urban/Theater/TheaterSubClass.h (limited to 'src/Plugins/Urban/Theater') diff --git a/src/Plugins/Urban/Theater/Theater.cpp b/src/Plugins/Urban/Theater/Theater.cpp new file mode 100644 index 0000000..afc5df8 --- /dev/null +++ b/src/Plugins/Urban/Theater/Theater.cpp @@ -0,0 +1,7 @@ +#include "Theater.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Urban/Theater/Theater.h b/src/Plugins/Urban/Theater/Theater.h new file mode 100644 index 0000000..d7b9292 --- /dev/null +++ b/src/Plugins/Urban/Theater/Theater.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Theater { +}; diff --git a/src/Plugins/Urban/Theater/TheaterDef.cpp b/src/Plugins/Urban/Theater/TheaterDef.cpp new file mode 100644 index 0000000..4b8eb88 --- /dev/null +++ b/src/Plugins/Urban/Theater/TheaterDef.cpp @@ -0,0 +1,7 @@ +#include "TheaterDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Urban/Theater/TheaterDef.h b/src/Plugins/Urban/Theater/TheaterDef.h new file mode 100644 index 0000000..33ea046 --- /dev/null +++ b/src/Plugins/Urban/Theater/TheaterDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TheaterDef { +}; diff --git a/src/Plugins/Urban/Theater/TheaterPlugin.cpp b/src/Plugins/Urban/Theater/TheaterPlugin.cpp new file mode 100644 index 0000000..5ba44d2 --- /dev/null +++ b/src/Plugins/Urban/Theater/TheaterPlugin.cpp @@ -0,0 +1,7 @@ +#include "TheaterPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Urban/Theater/TheaterPlugin.h b/src/Plugins/Urban/Theater/TheaterPlugin.h new file mode 100644 index 0000000..4776c42 --- /dev/null +++ b/src/Plugins/Urban/Theater/TheaterPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TheaterPlugin { +}; diff --git a/src/Plugins/Urban/Theater/TheaterSubClass.cpp b/src/Plugins/Urban/Theater/TheaterSubClass.cpp new file mode 100644 index 0000000..96c7168 --- /dev/null +++ b/src/Plugins/Urban/Theater/TheaterSubClass.cpp @@ -0,0 +1,7 @@ +#include "TheaterSubClass.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Urban/Theater/TheaterSubClass.h b/src/Plugins/Urban/Theater/TheaterSubClass.h new file mode 100644 index 0000000..eef6c0f --- /dev/null +++ b/src/Plugins/Urban/Theater/TheaterSubClass.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TheaterSubClass { +}; -- cgit v1.2.3