summaryrefslogtreecommitdiff
path: root/src/Plugins/Urban/EventHall
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Urban/EventHall')
-rw-r--r--src/Plugins/Urban/EventHall/EventHall.cpp7
-rw-r--r--src/Plugins/Urban/EventHall/EventHall.h5
-rw-r--r--src/Plugins/Urban/EventHall/EventHallDef.cpp7
-rw-r--r--src/Plugins/Urban/EventHall/EventHallDef.h5
-rw-r--r--src/Plugins/Urban/EventHall/EventHallPlugin.cpp7
-rw-r--r--src/Plugins/Urban/EventHall/EventHallPlugin.h5
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/Urban/EventHall/EventHall.cpp b/src/Plugins/Urban/EventHall/EventHall.cpp
new file mode 100644
index 0000000..2d7d768
--- /dev/null
+++ b/src/Plugins/Urban/EventHall/EventHall.cpp
@@ -0,0 +1,7 @@
+#include "EventHall.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Urban/EventHall/EventHall.h b/src/Plugins/Urban/EventHall/EventHall.h
new file mode 100644
index 0000000..d9f0655
--- /dev/null
+++ b/src/Plugins/Urban/EventHall/EventHall.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class EventHall {
+};
diff --git a/src/Plugins/Urban/EventHall/EventHallDef.cpp b/src/Plugins/Urban/EventHall/EventHallDef.cpp
new file mode 100644
index 0000000..3006c62
--- /dev/null
+++ b/src/Plugins/Urban/EventHall/EventHallDef.cpp
@@ -0,0 +1,7 @@
+#include "EventHallDef.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Urban/EventHall/EventHallDef.h b/src/Plugins/Urban/EventHall/EventHallDef.h
new file mode 100644
index 0000000..66db245
--- /dev/null
+++ b/src/Plugins/Urban/EventHall/EventHallDef.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class EventHallDef {
+};
diff --git a/src/Plugins/Urban/EventHall/EventHallPlugin.cpp b/src/Plugins/Urban/EventHall/EventHallPlugin.cpp
new file mode 100644
index 0000000..ac024ee
--- /dev/null
+++ b/src/Plugins/Urban/EventHall/EventHallPlugin.cpp
@@ -0,0 +1,7 @@
+#include "EventHallPlugin.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Urban/EventHall/EventHallPlugin.h b/src/Plugins/Urban/EventHall/EventHallPlugin.h
new file mode 100644
index 0000000..e227cae
--- /dev/null
+++ b/src/Plugins/Urban/EventHall/EventHallPlugin.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class EventHallPlugin {
+};