diff options
Diffstat (limited to '')
-rw-r--r-- | src/Plugins/Common/StdShopInfoDialog.cpp | 19 |
1 files changed, 10 insertions, 9 deletions
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 |