#pragma once #include "common.h" #include "T2EquipPtrList.h" class AFX_CLASS_EXPORT T2FloorPtrList : public T2EquipPtrList { public: T2FloorPtrList(T2TenantArrayList* inList); virtual ~T2FloorPtrList(); int CalcDistance(int inIndexA, int inIndexB); };