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