1 2 3 4 5 6 7 8
#pragma once #include "common.h" #include "LArray.h" class AFX_CLASS_EXPORT T2OuterObjList : public LArray { public: ~T2OuterObjList(); };