summaryrefslogtreecommitdiff
path: root/src/Plugins/Common
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-07-05 20:28:50 +0100
committerAsh Wolf <ninji@wuffs.org>2023-07-05 20:28:50 +0100
commit27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 (patch)
treedfeb7e4acad0ce0f9f1581401366488df119bb38 /src/Plugins/Common
parent6f9dd03d70dc9121fb5f898b266d19b411c8459c (diff)
downloadt2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.tar.gz
t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.zip
add empty files for plugin source code
Diffstat (limited to '')
-rw-r--r--src/Plugins/Common/Cold.cpp7
-rw-r--r--src/Plugins/Common/Cold.h5
-rw-r--r--src/Plugins/Common/StdCathedralInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdCathedralInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdDustInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdDustInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdFinalInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdFinalInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdFoodInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdFoodInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdForRentInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdForRentInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdForSaleInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdForSaleInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdHallKindInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdHallKindInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdHospitalInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdHospitalInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdHotelInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdHotelInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdOfficeInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdOfficeInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdParkingInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdParkingInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdResidenceInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdResidenceInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdShopInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdShopInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdStadiumInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdStadiumInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdStationInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdStationInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdTakinoyuInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdTakinoyuInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdTenantInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdTenantInfoDialog.h5
-rw-r--r--src/Plugins/Common/StdToiletInfoDialog.cpp7
-rw-r--r--src/Plugins/Common/StdToiletInfoDialog.h5
38 files changed, 228 insertions, 0 deletions
diff --git a/src/Plugins/Common/Cold.cpp b/src/Plugins/Common/Cold.cpp
new file mode 100644
index 0000000..827ff32
--- /dev/null
+++ b/src/Plugins/Common/Cold.cpp
@@ -0,0 +1,7 @@
+#include "Cold.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/Cold.h b/src/Plugins/Common/Cold.h
new file mode 100644
index 0000000..6cc455a
--- /dev/null
+++ b/src/Plugins/Common/Cold.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class Cold {
+};
diff --git a/src/Plugins/Common/StdCathedralInfoDialog.cpp b/src/Plugins/Common/StdCathedralInfoDialog.cpp
new file mode 100644
index 0000000..24d2d54
--- /dev/null
+++ b/src/Plugins/Common/StdCathedralInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdCathedralInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdCathedralInfoDialog.h b/src/Plugins/Common/StdCathedralInfoDialog.h
new file mode 100644
index 0000000..4d6d52f
--- /dev/null
+++ b/src/Plugins/Common/StdCathedralInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdCathedralInfoDialog {
+};
diff --git a/src/Plugins/Common/StdDustInfoDialog.cpp b/src/Plugins/Common/StdDustInfoDialog.cpp
new file mode 100644
index 0000000..ba80ce5
--- /dev/null
+++ b/src/Plugins/Common/StdDustInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdDustInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdDustInfoDialog.h b/src/Plugins/Common/StdDustInfoDialog.h
new file mode 100644
index 0000000..9d973d7
--- /dev/null
+++ b/src/Plugins/Common/StdDustInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdDustInfoDialog {
+};
diff --git a/src/Plugins/Common/StdFinalInfoDialog.cpp b/src/Plugins/Common/StdFinalInfoDialog.cpp
new file mode 100644
index 0000000..5d99f2f
--- /dev/null
+++ b/src/Plugins/Common/StdFinalInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdFinalInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdFinalInfoDialog.h b/src/Plugins/Common/StdFinalInfoDialog.h
new file mode 100644
index 0000000..9eda0c3
--- /dev/null
+++ b/src/Plugins/Common/StdFinalInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdFinalInfoDialog {
+};
diff --git a/src/Plugins/Common/StdFoodInfoDialog.cpp b/src/Plugins/Common/StdFoodInfoDialog.cpp
new file mode 100644
index 0000000..59d8a8a
--- /dev/null
+++ b/src/Plugins/Common/StdFoodInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdFoodInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdFoodInfoDialog.h b/src/Plugins/Common/StdFoodInfoDialog.h
new file mode 100644
index 0000000..3a72974
--- /dev/null
+++ b/src/Plugins/Common/StdFoodInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdFoodInfoDialog {
+};
diff --git a/src/Plugins/Common/StdForRentInfoDialog.cpp b/src/Plugins/Common/StdForRentInfoDialog.cpp
new file mode 100644
index 0000000..e7e4aa4
--- /dev/null
+++ b/src/Plugins/Common/StdForRentInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdForRentInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdForRentInfoDialog.h b/src/Plugins/Common/StdForRentInfoDialog.h
new file mode 100644
index 0000000..2995e27
--- /dev/null
+++ b/src/Plugins/Common/StdForRentInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdForRentInfoDialog {
+};
diff --git a/src/Plugins/Common/StdForSaleInfoDialog.cpp b/src/Plugins/Common/StdForSaleInfoDialog.cpp
new file mode 100644
index 0000000..b597aed
--- /dev/null
+++ b/src/Plugins/Common/StdForSaleInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdForSaleInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdForSaleInfoDialog.h b/src/Plugins/Common/StdForSaleInfoDialog.h
new file mode 100644
index 0000000..59f5977
--- /dev/null
+++ b/src/Plugins/Common/StdForSaleInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdForSaleInfoDialog {
+};
diff --git a/src/Plugins/Common/StdHallKindInfoDialog.cpp b/src/Plugins/Common/StdHallKindInfoDialog.cpp
new file mode 100644
index 0000000..8c48084
--- /dev/null
+++ b/src/Plugins/Common/StdHallKindInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdHallKindInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdHallKindInfoDialog.h b/src/Plugins/Common/StdHallKindInfoDialog.h
new file mode 100644
index 0000000..7a9d26c
--- /dev/null
+++ b/src/Plugins/Common/StdHallKindInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdHallKindInfoDialog {
+};
diff --git a/src/Plugins/Common/StdHospitalInfoDialog.cpp b/src/Plugins/Common/StdHospitalInfoDialog.cpp
new file mode 100644
index 0000000..a4c2feb
--- /dev/null
+++ b/src/Plugins/Common/StdHospitalInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdHospitalInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdHospitalInfoDialog.h b/src/Plugins/Common/StdHospitalInfoDialog.h
new file mode 100644
index 0000000..920ae87
--- /dev/null
+++ b/src/Plugins/Common/StdHospitalInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdHospitalInfoDialog {
+};
diff --git a/src/Plugins/Common/StdHotelInfoDialog.cpp b/src/Plugins/Common/StdHotelInfoDialog.cpp
new file mode 100644
index 0000000..6244552
--- /dev/null
+++ b/src/Plugins/Common/StdHotelInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdHotelInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdHotelInfoDialog.h b/src/Plugins/Common/StdHotelInfoDialog.h
new file mode 100644
index 0000000..2e1cc1b
--- /dev/null
+++ b/src/Plugins/Common/StdHotelInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdHotelInfoDialog {
+};
diff --git a/src/Plugins/Common/StdOfficeInfoDialog.cpp b/src/Plugins/Common/StdOfficeInfoDialog.cpp
new file mode 100644
index 0000000..a6a8276
--- /dev/null
+++ b/src/Plugins/Common/StdOfficeInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdOfficeInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdOfficeInfoDialog.h b/src/Plugins/Common/StdOfficeInfoDialog.h
new file mode 100644
index 0000000..ff51181
--- /dev/null
+++ b/src/Plugins/Common/StdOfficeInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdOfficeInfoDialog {
+};
diff --git a/src/Plugins/Common/StdParkingInfoDialog.cpp b/src/Plugins/Common/StdParkingInfoDialog.cpp
new file mode 100644
index 0000000..196605e
--- /dev/null
+++ b/src/Plugins/Common/StdParkingInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdParkingInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdParkingInfoDialog.h b/src/Plugins/Common/StdParkingInfoDialog.h
new file mode 100644
index 0000000..30e6343
--- /dev/null
+++ b/src/Plugins/Common/StdParkingInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdParkingInfoDialog {
+};
diff --git a/src/Plugins/Common/StdResidenceInfoDialog.cpp b/src/Plugins/Common/StdResidenceInfoDialog.cpp
new file mode 100644
index 0000000..6d9d5a0
--- /dev/null
+++ b/src/Plugins/Common/StdResidenceInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdResidenceInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdResidenceInfoDialog.h b/src/Plugins/Common/StdResidenceInfoDialog.h
new file mode 100644
index 0000000..e6e1251
--- /dev/null
+++ b/src/Plugins/Common/StdResidenceInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdResidenceInfoDialog {
+};
diff --git a/src/Plugins/Common/StdShopInfoDialog.cpp b/src/Plugins/Common/StdShopInfoDialog.cpp
new file mode 100644
index 0000000..a3ee04d
--- /dev/null
+++ b/src/Plugins/Common/StdShopInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdShopInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdShopInfoDialog.h b/src/Plugins/Common/StdShopInfoDialog.h
new file mode 100644
index 0000000..d1f79d7
--- /dev/null
+++ b/src/Plugins/Common/StdShopInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdShopInfoDialog {
+};
diff --git a/src/Plugins/Common/StdStadiumInfoDialog.cpp b/src/Plugins/Common/StdStadiumInfoDialog.cpp
new file mode 100644
index 0000000..aa65654
--- /dev/null
+++ b/src/Plugins/Common/StdStadiumInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdStadiumInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdStadiumInfoDialog.h b/src/Plugins/Common/StdStadiumInfoDialog.h
new file mode 100644
index 0000000..2ba3c63
--- /dev/null
+++ b/src/Plugins/Common/StdStadiumInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdStadiumInfoDialog {
+};
diff --git a/src/Plugins/Common/StdStationInfoDialog.cpp b/src/Plugins/Common/StdStationInfoDialog.cpp
new file mode 100644
index 0000000..e911957
--- /dev/null
+++ b/src/Plugins/Common/StdStationInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdStationInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdStationInfoDialog.h b/src/Plugins/Common/StdStationInfoDialog.h
new file mode 100644
index 0000000..c050028
--- /dev/null
+++ b/src/Plugins/Common/StdStationInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdStationInfoDialog {
+};
diff --git a/src/Plugins/Common/StdTakinoyuInfoDialog.cpp b/src/Plugins/Common/StdTakinoyuInfoDialog.cpp
new file mode 100644
index 0000000..85d9482
--- /dev/null
+++ b/src/Plugins/Common/StdTakinoyuInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdTakinoyuInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdTakinoyuInfoDialog.h b/src/Plugins/Common/StdTakinoyuInfoDialog.h
new file mode 100644
index 0000000..cc3f925
--- /dev/null
+++ b/src/Plugins/Common/StdTakinoyuInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdTakinoyuInfoDialog {
+};
diff --git a/src/Plugins/Common/StdTenantInfoDialog.cpp b/src/Plugins/Common/StdTenantInfoDialog.cpp
new file mode 100644
index 0000000..0cac85b
--- /dev/null
+++ b/src/Plugins/Common/StdTenantInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdTenantInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdTenantInfoDialog.h b/src/Plugins/Common/StdTenantInfoDialog.h
new file mode 100644
index 0000000..b2e1eac
--- /dev/null
+++ b/src/Plugins/Common/StdTenantInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdTenantInfoDialog {
+};
diff --git a/src/Plugins/Common/StdToiletInfoDialog.cpp b/src/Plugins/Common/StdToiletInfoDialog.cpp
new file mode 100644
index 0000000..a0d22d6
--- /dev/null
+++ b/src/Plugins/Common/StdToiletInfoDialog.cpp
@@ -0,0 +1,7 @@
+#include "StdToiletInfoDialog.h"
+
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#undef THIS_FILE
+static char THIS_FILE[] = __FILE__;
+#endif
diff --git a/src/Plugins/Common/StdToiletInfoDialog.h b/src/Plugins/Common/StdToiletInfoDialog.h
new file mode 100644
index 0000000..3c62fcd
--- /dev/null
+++ b/src/Plugins/Common/StdToiletInfoDialog.h
@@ -0,0 +1,5 @@
+#pragma once
+#include "common.h"
+
+class StdToiletInfoDialog {
+};