diff options
Diffstat (limited to 'src/Plugins/Urban/Theater/TheaterDef.cpp')
-rw-r--r-- | src/Plugins/Urban/Theater/TheaterDef.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 |