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