summaryrefslogtreecommitdiff
path: root/src/Plugins/Food/Common/Trash.h
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/Food/Common/Trash.h
parentbd99f088a53686119c9bbfc0baf34128cd0eda2f (diff)
downloadt2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.tar.gz
t2win-0f3cba6fcea0ffd511dfe3275d57a5b9e69be5be.zip
build a barely-tested Burger plugin
Diffstat (limited to 'src/Plugins/Food/Common/Trash.h')
-rw-r--r--src/Plugins/Food/Common/Trash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Plugins/Food/Common/Trash.h b/src/Plugins/Food/Common/Trash.h
index 59b7fdd..e2bcfcd 100644
--- a/src/Plugins/Food/Common/Trash.h
+++ b/src/Plugins/Food/Common/Trash.h
@@ -1,5 +1,5 @@
#pragma once
-#include "common.h"
+#include "../../../common.h"
void TakeOutTrash(T2TowerDoc *inDoc, T2Tenant *inTenant, unsigned int inTime);
T2Tenant *SelectTrashFacility(T2TowerDoc *inDoc, T2Tenant *inTenant, T2People *inPeople);