summaryrefslogtreecommitdiff
path: root/src/Plugins/World/Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/World/Common')
-rw-r--r--src/Plugins/World/Common/PiWorldGraph.cpp7
-rw-r--r--src/Plugins/World/Common/PiWorldGraph.h5
-rw-r--r--src/Plugins/World/Common/PiWorldSettlement.cpp7
-rw-r--r--src/Plugins/World/Common/PiWorldSettlement.h5
-rw-r--r--src/Plugins/World/Common/T2Baseball.cpp7
-rw-r--r--src/Plugins/World/Common/T2Baseball.h5
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/World/Common/PiWorldGraph.cpp b/src/Plugins/World/Common/PiWorldGraph.cpp
new file mode 100644
index 0000000..fb64db8
--- /dev/null
+++ b/src/Plugins/World/Common/PiWorldGraph.cpp
@@ -0,0 +1,7 @@
+#include "PiWorldGraph.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/World/Common/PiWorldGraph.h b/src/Plugins/World/Common/PiWorldGraph.h
new file mode 100644
index 0000000..a611cc0
--- /dev/null
+++ b/src/Plugins/World/Common/PiWorldGraph.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class PiWorldGraph {
+};
diff --git a/src/Plugins/World/Common/PiWorldSettlement.cpp b/src/Plugins/World/Common/PiWorldSettlement.cpp
new file mode 100644
index 0000000..efa6e48
--- /dev/null
+++ b/src/Plugins/World/Common/PiWorldSettlement.cpp
@@ -0,0 +1,7 @@
+#include "PiWorldSettlement.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/World/Common/PiWorldSettlement.h b/src/Plugins/World/Common/PiWorldSettlement.h
new file mode 100644
index 0000000..bee0b42
--- /dev/null
+++ b/src/Plugins/World/Common/PiWorldSettlement.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class PiWorldSettlement {
+};
diff --git a/src/Plugins/World/Common/T2Baseball.cpp b/src/Plugins/World/Common/T2Baseball.cpp
new file mode 100644
index 0000000..1c58f86
--- /dev/null
+++ b/src/Plugins/World/Common/T2Baseball.cpp
@@ -0,0 +1,7 @@
+#include "T2Baseball.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/World/Common/T2Baseball.h b/src/Plugins/World/Common/T2Baseball.h
new file mode 100644
index 0000000..cc4f600
--- /dev/null
+++ b/src/Plugins/World/Common/T2Baseball.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class T2Baseball {
+};