diff options
Diffstat (limited to 'src/Plugins/Shop/Medal')
-rw-r--r-- | src/Plugins/Shop/Medal/Medal.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Shop/Medal/Medal.h | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/Plugins/Shop/Medal/Medal.cpp b/src/Plugins/Shop/Medal/Medal.cpp new file mode 100644 index 0000000..334760c --- /dev/null +++ b/src/Plugins/Shop/Medal/Medal.cpp @@ -0,0 +1,7 @@ +#include "Medal.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Shop/Medal/Medal.h b/src/Plugins/Shop/Medal/Medal.h new file mode 100644 index 0000000..96ac1bf --- /dev/null +++ b/src/Plugins/Shop/Medal/Medal.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Medal { +}; |