From 0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Mon, 10 Jul 2023 02:10:20 +0100 Subject: build a barely-tested Burger plugin --- src/Plugins/Food/Common/FoodDef.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/Plugins/Food/Common/FoodDef.cpp') diff --git a/src/Plugins/Food/Common/FoodDef.cpp b/src/Plugins/Food/Common/FoodDef.cpp index dfc84ad..994fe5a 100644 --- a/src/Plugins/Food/Common/FoodDef.cpp +++ b/src/Plugins/Food/Common/FoodDef.cpp @@ -1,14 +1,15 @@ +#include "StdAfx.h" #include "FoodDef.h" #include "../../Common/StdFoodInfoDialog.h" #include "Trash.h" -#include "T2DateTime.h" -#include "T2People.h" -#include "T2SoundPlayer.h" -#include "T2TemplatePluginList.h" -#include "T2Tenant.h" -#include "T2TowerDoc.h" -#include "T2TowerMainView.h" -#include "UT2Utils.h" +#include "../../../T2DLL/T2DateTime.h" +#include "../../../T2DLL/T2People.h" +#include "../../../T2DLL/T2SoundPlayer.h" +#include "../../../T2DLL/T2TemplatePluginList.h" +#include "../../../T2DLL/T2Tenant.h" +#include "../../../T2TowerDoc.h" +#include "../../../T2TowerMainView.h" +#include "../../../T2DLL/UT2Utils.h" #ifdef _DEBUG #define new DEBUG_NEW -- cgit v1.2.3