summaryrefslogtreecommitdiff
path: root/src/Plugins/Common/StdFoodInfoDialog.cpp
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-07-10 02:10:20 +0100
committerAsh Wolf <ninji@wuffs.org>2023-07-10 02:10:20 +0100
commit0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be (patch)
tree7f9caca3a050552001e87fe5b6bf7d7149afaf1c /src/Plugins/Common/StdFoodInfoDialog.cpp
parentbd99f088a53686119c9bbfc0baf34128cd0eda2f (diff)
downloadt2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.tar.gz
t2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.zip
build a barely-tested Burger plugin
Diffstat (limited to '')
-rw-r--r--src/Plugins/Common/StdFoodInfoDialog.cpp9
1 files changed, 5 insertions, 4 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