#ifndef T2DLL_T2OUTEROBJLIST_H #define T2DLL_T2OUTEROBJLIST_H #include "../common.h" #include "LArray.h" class AFX_CLASS_EXPORT T2OuterObjList : public LArray { public: ~T2OuterObjList(); }; #endif