#ifndef T2DLL_T2FLOORPTRLIST_H #define T2DLL_T2FLOORPTRLIST_H #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); }; #endif