blob: e2bcfcd2c0e2acfcba9eb96e5f95f00819f34a80 (
plain)
1
2
3
4
5
6
|
#pragma once
#include "../../../common.h"
void TakeOutTrash(T2TowerDoc *inDoc, T2Tenant *inTenant, unsigned int inTime);
T2Tenant *SelectTrashFacility(T2TowerDoc *inDoc, T2Tenant *inTenant, T2People *inPeople);
T2EquipPtrList *GetTrashFacilities(T2TowerDoc *inDoc, T2Tenant *inTenant);
|