summaryrefslogtreecommitdiff
path: root/src/Plugins/Urban/EventHall/EventHall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Urban/EventHall/EventHall.cpp')
-rw-r--r--src/Plugins/Urban/EventHall/EventHall.cpp7
1 files changed, 7 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