diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-07-05 20:28:50 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-07-05 20:28:50 +0100 |
commit | 27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 (patch) | |
tree | dfeb7e4acad0ce0f9f1581401366488df119bb38 /src/Plugins/World | |
parent | 6f9dd03d70dc9121fb5f898b266d19b411c8459c (diff) | |
download | t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.tar.gz t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.zip |
add empty files for plugin source code
Diffstat (limited to 'src/Plugins/World')
76 files changed, 456 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 { +}; diff --git a/src/Plugins/World/Hawaii/CalendarWnd.cpp b/src/Plugins/World/Hawaii/CalendarWnd.cpp new file mode 100644 index 0000000..cad2707 --- /dev/null +++ b/src/Plugins/World/Hawaii/CalendarWnd.cpp @@ -0,0 +1,7 @@ +#include "CalendarWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/CalendarWnd.h b/src/Plugins/World/Hawaii/CalendarWnd.h new file mode 100644 index 0000000..8e550e2 --- /dev/null +++ b/src/Plugins/World/Hawaii/CalendarWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class CalendarWnd { +}; diff --git a/src/Plugins/World/Hawaii/FundWnd.cpp b/src/Plugins/World/Hawaii/FundWnd.cpp new file mode 100644 index 0000000..2246489 --- /dev/null +++ b/src/Plugins/World/Hawaii/FundWnd.cpp @@ -0,0 +1,7 @@ +#include "FundWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/FundWnd.h b/src/Plugins/World/Hawaii/FundWnd.h new file mode 100644 index 0000000..11f22ea --- /dev/null +++ b/src/Plugins/World/Hawaii/FundWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class FundWnd { +}; diff --git a/src/Plugins/World/Hawaii/Hawai.cpp b/src/Plugins/World/Hawaii/Hawai.cpp new file mode 100644 index 0000000..e082b0e --- /dev/null +++ b/src/Plugins/World/Hawaii/Hawai.cpp @@ -0,0 +1,7 @@ +#include "Hawai.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/Hawai.h b/src/Plugins/World/Hawaii/Hawai.h new file mode 100644 index 0000000..30ad095 --- /dev/null +++ b/src/Plugins/World/Hawaii/Hawai.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Hawai { +}; diff --git a/src/Plugins/World/Hawaii/PopChangeDlg.cpp b/src/Plugins/World/Hawaii/PopChangeDlg.cpp new file mode 100644 index 0000000..c122709 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopChangeDlg.cpp @@ -0,0 +1,7 @@ +#include "PopChangeDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/PopChangeDlg.h b/src/Plugins/World/Hawaii/PopChangeDlg.h new file mode 100644 index 0000000..c702ded --- /dev/null +++ b/src/Plugins/World/Hawaii/PopChangeDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopChangeDlg { +}; diff --git a/src/Plugins/World/Hawaii/PopMoneyDlg.cpp b/src/Plugins/World/Hawaii/PopMoneyDlg.cpp new file mode 100644 index 0000000..a1f8978 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopMoneyDlg.cpp @@ -0,0 +1,7 @@ +#include "PopMoneyDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/PopMoneyDlg.h b/src/Plugins/World/Hawaii/PopMoneyDlg.h new file mode 100644 index 0000000..cc27f4a --- /dev/null +++ b/src/Plugins/World/Hawaii/PopMoneyDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopMoneyDlg { +}; diff --git a/src/Plugins/World/Hawaii/PopRankingDlg.cpp b/src/Plugins/World/Hawaii/PopRankingDlg.cpp new file mode 100644 index 0000000..949a108 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopRankingDlg.cpp @@ -0,0 +1,7 @@ +#include "PopRankingDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/PopRankingDlg.h b/src/Plugins/World/Hawaii/PopRankingDlg.h new file mode 100644 index 0000000..5edb594 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopRankingDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopRankingDlg { +}; diff --git a/src/Plugins/World/Hawaii/PopulationView.cpp b/src/Plugins/World/Hawaii/PopulationView.cpp new file mode 100644 index 0000000..cb867a0 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopulationView.cpp @@ -0,0 +1,7 @@ +#include "PopulationView.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/PopulationView.h b/src/Plugins/World/Hawaii/PopulationView.h new file mode 100644 index 0000000..2baf627 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopulationView.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopulationView { +}; diff --git a/src/Plugins/World/Hawaii/PopulationWnd.cpp b/src/Plugins/World/Hawaii/PopulationWnd.cpp new file mode 100644 index 0000000..195c892 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopulationWnd.cpp @@ -0,0 +1,7 @@ +#include "PopulationWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/PopulationWnd.h b/src/Plugins/World/Hawaii/PopulationWnd.h new file mode 100644 index 0000000..10ca193 --- /dev/null +++ b/src/Plugins/World/Hawaii/PopulationWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopulationWnd { +}; diff --git a/src/Plugins/World/Hawaii/SettlementView.cpp b/src/Plugins/World/Hawaii/SettlementView.cpp new file mode 100644 index 0000000..92188b8 --- /dev/null +++ b/src/Plugins/World/Hawaii/SettlementView.cpp @@ -0,0 +1,7 @@ +#include "SettlementView.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/SettlementView.h b/src/Plugins/World/Hawaii/SettlementView.h new file mode 100644 index 0000000..8728605 --- /dev/null +++ b/src/Plugins/World/Hawaii/SettlementView.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class SettlementView { +}; diff --git a/src/Plugins/World/Hawaii/T2Wedding.cpp b/src/Plugins/World/Hawaii/T2Wedding.cpp new file mode 100644 index 0000000..6712efe --- /dev/null +++ b/src/Plugins/World/Hawaii/T2Wedding.cpp @@ -0,0 +1,7 @@ +#include "T2Wedding.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/T2Wedding.h b/src/Plugins/World/Hawaii/T2Wedding.h new file mode 100644 index 0000000..cf3b55f --- /dev/null +++ b/src/Plugins/World/Hawaii/T2Wedding.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class T2Wedding { +}; diff --git a/src/Plugins/World/Hawaii/WorldDef.cpp b/src/Plugins/World/Hawaii/WorldDef.cpp new file mode 100644 index 0000000..a60c1c8 --- /dev/null +++ b/src/Plugins/World/Hawaii/WorldDef.cpp @@ -0,0 +1,7 @@ +#include "WorldDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/WorldDef.h b/src/Plugins/World/Hawaii/WorldDef.h new file mode 100644 index 0000000..0ea9d74 --- /dev/null +++ b/src/Plugins/World/Hawaii/WorldDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class WorldDef { +}; diff --git a/src/Plugins/World/Hawaii/WorldPlugin.cpp b/src/Plugins/World/Hawaii/WorldPlugin.cpp new file mode 100644 index 0000000..aba620a --- /dev/null +++ b/src/Plugins/World/Hawaii/WorldPlugin.cpp @@ -0,0 +1,7 @@ +#include "WorldPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Hawaii/WorldPlugin.h b/src/Plugins/World/Hawaii/WorldPlugin.h new file mode 100644 index 0000000..71f4a73 --- /dev/null +++ b/src/Plugins/World/Hawaii/WorldPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class WorldPlugin { +}; diff --git a/src/Plugins/World/Kegon/CalendarWnd.cpp b/src/Plugins/World/Kegon/CalendarWnd.cpp new file mode 100644 index 0000000..cad2707 --- /dev/null +++ b/src/Plugins/World/Kegon/CalendarWnd.cpp @@ -0,0 +1,7 @@ +#include "CalendarWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/CalendarWnd.h b/src/Plugins/World/Kegon/CalendarWnd.h new file mode 100644 index 0000000..8e550e2 --- /dev/null +++ b/src/Plugins/World/Kegon/CalendarWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class CalendarWnd { +}; diff --git a/src/Plugins/World/Kegon/FundWnd.cpp b/src/Plugins/World/Kegon/FundWnd.cpp new file mode 100644 index 0000000..2246489 --- /dev/null +++ b/src/Plugins/World/Kegon/FundWnd.cpp @@ -0,0 +1,7 @@ +#include "FundWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/FundWnd.h b/src/Plugins/World/Kegon/FundWnd.h new file mode 100644 index 0000000..11f22ea --- /dev/null +++ b/src/Plugins/World/Kegon/FundWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class FundWnd { +}; diff --git a/src/Plugins/World/Kegon/Kegon.cpp b/src/Plugins/World/Kegon/Kegon.cpp new file mode 100644 index 0000000..e942be9 --- /dev/null +++ b/src/Plugins/World/Kegon/Kegon.cpp @@ -0,0 +1,7 @@ +#include "Kegon.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/Kegon.h b/src/Plugins/World/Kegon/Kegon.h new file mode 100644 index 0000000..f230b31 --- /dev/null +++ b/src/Plugins/World/Kegon/Kegon.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Kegon { +}; diff --git a/src/Plugins/World/Kegon/PopChangeDlg.cpp b/src/Plugins/World/Kegon/PopChangeDlg.cpp new file mode 100644 index 0000000..c122709 --- /dev/null +++ b/src/Plugins/World/Kegon/PopChangeDlg.cpp @@ -0,0 +1,7 @@ +#include "PopChangeDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/PopChangeDlg.h b/src/Plugins/World/Kegon/PopChangeDlg.h new file mode 100644 index 0000000..c702ded --- /dev/null +++ b/src/Plugins/World/Kegon/PopChangeDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopChangeDlg { +}; diff --git a/src/Plugins/World/Kegon/PopMoneyDlg.cpp b/src/Plugins/World/Kegon/PopMoneyDlg.cpp new file mode 100644 index 0000000..a1f8978 --- /dev/null +++ b/src/Plugins/World/Kegon/PopMoneyDlg.cpp @@ -0,0 +1,7 @@ +#include "PopMoneyDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/PopMoneyDlg.h b/src/Plugins/World/Kegon/PopMoneyDlg.h new file mode 100644 index 0000000..cc27f4a --- /dev/null +++ b/src/Plugins/World/Kegon/PopMoneyDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopMoneyDlg { +}; diff --git a/src/Plugins/World/Kegon/PopRankingDlg.cpp b/src/Plugins/World/Kegon/PopRankingDlg.cpp new file mode 100644 index 0000000..949a108 --- /dev/null +++ b/src/Plugins/World/Kegon/PopRankingDlg.cpp @@ -0,0 +1,7 @@ +#include "PopRankingDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/PopRankingDlg.h b/src/Plugins/World/Kegon/PopRankingDlg.h new file mode 100644 index 0000000..5edb594 --- /dev/null +++ b/src/Plugins/World/Kegon/PopRankingDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopRankingDlg { +}; diff --git a/src/Plugins/World/Kegon/PopulationView.cpp b/src/Plugins/World/Kegon/PopulationView.cpp new file mode 100644 index 0000000..cb867a0 --- /dev/null +++ b/src/Plugins/World/Kegon/PopulationView.cpp @@ -0,0 +1,7 @@ +#include "PopulationView.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/PopulationView.h b/src/Plugins/World/Kegon/PopulationView.h new file mode 100644 index 0000000..2baf627 --- /dev/null +++ b/src/Plugins/World/Kegon/PopulationView.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopulationView { +}; diff --git a/src/Plugins/World/Kegon/PopulationWnd.cpp b/src/Plugins/World/Kegon/PopulationWnd.cpp new file mode 100644 index 0000000..195c892 --- /dev/null +++ b/src/Plugins/World/Kegon/PopulationWnd.cpp @@ -0,0 +1,7 @@ +#include "PopulationWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/PopulationWnd.h b/src/Plugins/World/Kegon/PopulationWnd.h new file mode 100644 index 0000000..10ca193 --- /dev/null +++ b/src/Plugins/World/Kegon/PopulationWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopulationWnd { +}; diff --git a/src/Plugins/World/Kegon/SettlementView.cpp b/src/Plugins/World/Kegon/SettlementView.cpp new file mode 100644 index 0000000..92188b8 --- /dev/null +++ b/src/Plugins/World/Kegon/SettlementView.cpp @@ -0,0 +1,7 @@ +#include "SettlementView.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/SettlementView.h b/src/Plugins/World/Kegon/SettlementView.h new file mode 100644 index 0000000..8728605 --- /dev/null +++ b/src/Plugins/World/Kegon/SettlementView.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class SettlementView { +}; diff --git a/src/Plugins/World/Kegon/WorldDef.cpp b/src/Plugins/World/Kegon/WorldDef.cpp new file mode 100644 index 0000000..a60c1c8 --- /dev/null +++ b/src/Plugins/World/Kegon/WorldDef.cpp @@ -0,0 +1,7 @@ +#include "WorldDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/WorldDef.h b/src/Plugins/World/Kegon/WorldDef.h new file mode 100644 index 0000000..0ea9d74 --- /dev/null +++ b/src/Plugins/World/Kegon/WorldDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class WorldDef { +}; diff --git a/src/Plugins/World/Kegon/WorldPlugin.cpp b/src/Plugins/World/Kegon/WorldPlugin.cpp new file mode 100644 index 0000000..aba620a --- /dev/null +++ b/src/Plugins/World/Kegon/WorldPlugin.cpp @@ -0,0 +1,7 @@ +#include "WorldPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Kegon/WorldPlugin.h b/src/Plugins/World/Kegon/WorldPlugin.h new file mode 100644 index 0000000..71f4a73 --- /dev/null +++ b/src/Plugins/World/Kegon/WorldPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class WorldPlugin { +}; diff --git a/src/Plugins/World/Liberty/T2Wedding.cpp b/src/Plugins/World/Liberty/T2Wedding.cpp new file mode 100644 index 0000000..6712efe --- /dev/null +++ b/src/Plugins/World/Liberty/T2Wedding.cpp @@ -0,0 +1,7 @@ +#include "T2Wedding.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Liberty/T2Wedding.h b/src/Plugins/World/Liberty/T2Wedding.h new file mode 100644 index 0000000..cf3b55f --- /dev/null +++ b/src/Plugins/World/Liberty/T2Wedding.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class T2Wedding { +}; diff --git a/src/Plugins/World/Sinjyuku/CalendarWnd.cpp b/src/Plugins/World/Sinjyuku/CalendarWnd.cpp new file mode 100644 index 0000000..cad2707 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/CalendarWnd.cpp @@ -0,0 +1,7 @@ +#include "CalendarWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/CalendarWnd.h b/src/Plugins/World/Sinjyuku/CalendarWnd.h new file mode 100644 index 0000000..8e550e2 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/CalendarWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class CalendarWnd { +}; diff --git a/src/Plugins/World/Sinjyuku/FundWnd.cpp b/src/Plugins/World/Sinjyuku/FundWnd.cpp new file mode 100644 index 0000000..2246489 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/FundWnd.cpp @@ -0,0 +1,7 @@ +#include "FundWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/FundWnd.h b/src/Plugins/World/Sinjyuku/FundWnd.h new file mode 100644 index 0000000..11f22ea --- /dev/null +++ b/src/Plugins/World/Sinjyuku/FundWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class FundWnd { +}; diff --git a/src/Plugins/World/Sinjyuku/PopChangeDlg.cpp b/src/Plugins/World/Sinjyuku/PopChangeDlg.cpp new file mode 100644 index 0000000..c122709 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopChangeDlg.cpp @@ -0,0 +1,7 @@ +#include "PopChangeDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/PopChangeDlg.h b/src/Plugins/World/Sinjyuku/PopChangeDlg.h new file mode 100644 index 0000000..c702ded --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopChangeDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopChangeDlg { +}; diff --git a/src/Plugins/World/Sinjyuku/PopMoneyDlg.cpp b/src/Plugins/World/Sinjyuku/PopMoneyDlg.cpp new file mode 100644 index 0000000..a1f8978 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopMoneyDlg.cpp @@ -0,0 +1,7 @@ +#include "PopMoneyDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/PopMoneyDlg.h b/src/Plugins/World/Sinjyuku/PopMoneyDlg.h new file mode 100644 index 0000000..cc27f4a --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopMoneyDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopMoneyDlg { +}; diff --git a/src/Plugins/World/Sinjyuku/PopRankingDlg.cpp b/src/Plugins/World/Sinjyuku/PopRankingDlg.cpp new file mode 100644 index 0000000..949a108 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopRankingDlg.cpp @@ -0,0 +1,7 @@ +#include "PopRankingDlg.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/PopRankingDlg.h b/src/Plugins/World/Sinjyuku/PopRankingDlg.h new file mode 100644 index 0000000..5edb594 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopRankingDlg.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopRankingDlg { +}; diff --git a/src/Plugins/World/Sinjyuku/PopulationView.cpp b/src/Plugins/World/Sinjyuku/PopulationView.cpp new file mode 100644 index 0000000..cb867a0 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopulationView.cpp @@ -0,0 +1,7 @@ +#include "PopulationView.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/PopulationView.h b/src/Plugins/World/Sinjyuku/PopulationView.h new file mode 100644 index 0000000..2baf627 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopulationView.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopulationView { +}; diff --git a/src/Plugins/World/Sinjyuku/PopulationWnd.cpp b/src/Plugins/World/Sinjyuku/PopulationWnd.cpp new file mode 100644 index 0000000..195c892 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopulationWnd.cpp @@ -0,0 +1,7 @@ +#include "PopulationWnd.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/PopulationWnd.h b/src/Plugins/World/Sinjyuku/PopulationWnd.h new file mode 100644 index 0000000..10ca193 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/PopulationWnd.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class PopulationWnd { +}; diff --git a/src/Plugins/World/Sinjyuku/SettlementView.cpp b/src/Plugins/World/Sinjyuku/SettlementView.cpp new file mode 100644 index 0000000..92188b8 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/SettlementView.cpp @@ -0,0 +1,7 @@ +#include "SettlementView.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/SettlementView.h b/src/Plugins/World/Sinjyuku/SettlementView.h new file mode 100644 index 0000000..8728605 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/SettlementView.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class SettlementView { +}; diff --git a/src/Plugins/World/Sinjyuku/Sinjyuku.cpp b/src/Plugins/World/Sinjyuku/Sinjyuku.cpp new file mode 100644 index 0000000..e4152e4 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/Sinjyuku.cpp @@ -0,0 +1,7 @@ +#include "Sinjyuku.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/Sinjyuku.h b/src/Plugins/World/Sinjyuku/Sinjyuku.h new file mode 100644 index 0000000..b1809b8 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/Sinjyuku.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Sinjyuku { +}; diff --git a/src/Plugins/World/Sinjyuku/WorldDef.cpp b/src/Plugins/World/Sinjyuku/WorldDef.cpp new file mode 100644 index 0000000..a60c1c8 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/WorldDef.cpp @@ -0,0 +1,7 @@ +#include "WorldDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/WorldDef.h b/src/Plugins/World/Sinjyuku/WorldDef.h new file mode 100644 index 0000000..0ea9d74 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/WorldDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class WorldDef { +}; diff --git a/src/Plugins/World/Sinjyuku/WorldPlugin.cpp b/src/Plugins/World/Sinjyuku/WorldPlugin.cpp new file mode 100644 index 0000000..aba620a --- /dev/null +++ b/src/Plugins/World/Sinjyuku/WorldPlugin.cpp @@ -0,0 +1,7 @@ +#include "WorldPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/World/Sinjyuku/WorldPlugin.h b/src/Plugins/World/Sinjyuku/WorldPlugin.h new file mode 100644 index 0000000..71f4a73 --- /dev/null +++ b/src/Plugins/World/Sinjyuku/WorldPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class WorldPlugin { +}; |