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