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