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