diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-07-10 02:10:20 +0100 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-07-10 02:10:20 +0100 |
commit | 0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be (patch) | |
tree | 7f9caca3a050552001e87fe5b6bf7d7149afaf1c /src/Plugins/Common | |
parent | bd99f088a53686119c9bbfc0baf34128cd0eda2f (diff) | |
download | t2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.tar.gz t2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.zip |
build a barely-tested Burger plugin
Diffstat (limited to '')
-rw-r--r-- | src/Plugins/Common/StdFoodInfoDialog.cpp | 9 | ||||
-rw-r--r-- | src/Plugins/Common/StdFoodInfoDialog.h | 2 | ||||
-rw-r--r-- | src/Plugins/Common/StdShopInfoDialog.cpp | 19 | ||||
-rw-r--r-- | src/Plugins/Common/StdShopInfoDialog.h | 2 | ||||
-rw-r--r-- | src/Plugins/Common/StdTenantInfoDialog.cpp | 43 | ||||
-rw-r--r-- | src/Plugins/Common/StdTenantInfoDialog.h | 4 |
6 files changed, 42 insertions, 37 deletions
diff --git a/src/Plugins/Common/StdFoodInfoDialog.cpp b/src/Plugins/Common/StdFoodInfoDialog.cpp index e3002bd..6b40903 100644 --- a/src/Plugins/Common/StdFoodInfoDialog.cpp +++ b/src/Plugins/Common/StdFoodInfoDialog.cpp @@ -1,9 +1,10 @@ +#include "StdAfx.h" #include "../Food/Common/Trash.h" #include "StdFoodInfoDialog.h" -#include "T2EquipPtrList.h" -#include "T2RouteNavigator.h" -#include "T2Tenant.h" -#include "T2TowerDoc.h" +#include "../../T2DLL/T2EquipPtrList.h" +#include "../../T2DLL/T2RouteNavigator.h" +#include "../../T2DLL/T2Tenant.h" +#include "../../T2TowerDoc.h" #ifdef _DEBUG #define new DEBUG_NEW diff --git a/src/Plugins/Common/StdFoodInfoDialog.h b/src/Plugins/Common/StdFoodInfoDialog.h index f340a18..380b8be 100644 --- a/src/Plugins/Common/StdFoodInfoDialog.h +++ b/src/Plugins/Common/StdFoodInfoDialog.h @@ -1,5 +1,5 @@ #pragma once -#include "common.h" +#include "../../common.h" #include "StdShopInfoDialog.h" class StdFoodInfoDialog : public StdShopInfoDialog { diff --git a/src/Plugins/Common/StdShopInfoDialog.cpp b/src/Plugins/Common/StdShopInfoDialog.cpp index 43e7283..67aee0b 100644 --- a/src/Plugins/Common/StdShopInfoDialog.cpp +++ b/src/Plugins/Common/StdShopInfoDialog.cpp @@ -1,13 +1,14 @@ +#include "StdAfx.h" #include "StdShopInfoDialog.h" -#include "T2DateTime.h" -#include "T2DlgItemArrows.h" -#include "T2DlgItemEdit.h" -#include "T2DlgItemMerchandiseField.h" -#include "T2Tenant.h" -#include "T2TenantMemberDef.h" -#include "T2TenantMemberTableDef.h" -#include "T2TowerDoc.h" -#include "T2WorldDef.h" +#include "../../T2DLL/T2DateTime.h" +#include "../../T2DLL/T2DlgItemArrows.h" +#include "../../T2DLL/T2DlgItemEdit.h" +#include "../../T2DLL/T2DlgItemMerchandiseField.h" +#include "../../T2DLL/T2Tenant.h" +#include "../../T2DLL/T2TenantMemberDef.h" +#include "../../T2DLL/T2TenantMemberTableDef.h" +#include "../../T2TowerDoc.h" +#include "../../T2DLL/T2WorldDef.h" #ifdef _DEBUG #define new DEBUG_NEW diff --git a/src/Plugins/Common/StdShopInfoDialog.h b/src/Plugins/Common/StdShopInfoDialog.h index 280b2cc..2028828 100644 --- a/src/Plugins/Common/StdShopInfoDialog.h +++ b/src/Plugins/Common/StdShopInfoDialog.h @@ -1,5 +1,5 @@ #pragma once -#include "common.h" +#include "../../common.h" #include "StdTenantInfoDialog.h" class StdShopInfoDialog : public StdTenantInfoDialog { diff --git a/src/Plugins/Common/StdTenantInfoDialog.cpp b/src/Plugins/Common/StdTenantInfoDialog.cpp index 3bad68c..3327674 100644 --- a/src/Plugins/Common/StdTenantInfoDialog.cpp +++ b/src/Plugins/Common/StdTenantInfoDialog.cpp @@ -1,24 +1,25 @@ +#include "StdAfx.h" #include "StdTenantInfoDialog.h" -#include "T2DlgItemCustomerGage.h" -#include "T2DlgItemPeopleView.h" -#include "T2DlgItemProfitsGage.h" -#include "T2DlgItemText.h" -#include "T2FloorInfo.h" -#include "T2Maru_Reggae.h" -#include "T2Mover.h" -#include "T2Name.h" -#include "T2NameList.h" -#include "T2People.h" -#include "T2PeopleLinkIterator.h" -#include "T2PeoplePtrList.h" -#include "T2RouteCEArray.h" -#include "T2RouteNavigator.h" -#include "T2Tenant.h" -#include "T2TenantDef.h" -#include "T2TowerDoc.h" -#include "T2WorldDef.h" -#include "UT2Coordinate.h" -#include "UT2Utils.h" +#include "../../T2DLL/T2DlgItemCustomerGage.h" +#include "../../T2DLL/T2DlgItemPeopleView.h" +#include "../../T2DLL/T2DlgItemProfitsGage.h" +#include "../../T2DLL/T2DlgItemText.h" +#include "../../T2DLL/T2FloorInfo.h" +#include "../../T2DLL/T2Maru_Reggae.h" +#include "../../T2DLL/T2Mover.h" +#include "../../T2DLL/T2Name.h" +#include "../../T2DLL/T2NameList.h" +#include "../../T2DLL/T2People.h" +#include "../../T2DLL/T2PeopleLinkIterator.h" +#include "../../T2DLL/T2PeoplePtrList.h" +#include "../../T2DLL/T2RouteCEArray.h" +#include "../../T2DLL/T2RouteNavigator.h" +#include "../../T2DLL/T2Tenant.h" +#include "../../T2DLL/T2TenantDef.h" +#include "../../T2TowerDoc.h" +#include "../../T2DLL/T2WorldDef.h" +#include "../../T2DLL/UT2Coordinate.h" +#include "../../T2DLL/UT2Utils.h" StdTenantInfoDialog::StdTenantInfoDialog(T2Tenant *inTenant) : T2TenantInfoDialog(inTenant) @@ -45,6 +46,8 @@ StdTenantInfoDialog::StdTenantInfoDialog(T2Tenant *inTenant) if (name == "") nameField->SetDescriptor(mTenantName); } + + return false; } /*virtual*/ void StdTenantInfoDialog::OnT2Create() { diff --git a/src/Plugins/Common/StdTenantInfoDialog.h b/src/Plugins/Common/StdTenantInfoDialog.h index 6220261..553a9ba 100644 --- a/src/Plugins/Common/StdTenantInfoDialog.h +++ b/src/Plugins/Common/StdTenantInfoDialog.h @@ -1,6 +1,6 @@ #pragma once -#include "common.h" -#include "T2TenantInfoDialog.h" +#include "../../common.h" +#include "../../T2DLL/T2TenantInfoDialog.h" class StdTenantInfoDialog : public T2TenantInfoDialog { public: |