diff options
Diffstat (limited to 'src/Plugins/Hotel/Mente/MentePlugin.cpp')
-rw-r--r-- | src/Plugins/Hotel/Mente/MentePlugin.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/Mente/MentePlugin.cpp b/src/Plugins/Hotel/Mente/MentePlugin.cpp new file mode 100644 index 0000000..f01a683 --- /dev/null +++ b/src/Plugins/Hotel/Mente/MentePlugin.cpp @@ -0,0 +1,7 @@ +#include "MentePlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif |