#ifndef T2DLL_T2OUTOBJINFODIALOG_H #define T2DLL_T2OUTOBJINFODIALOG_H #include "../common.h" #include "T2InfoDialog.h" class AFX_CLASS_EXPORT T2OutObjInfoDialog : public T2InfoDialog { public: T2OutObjInfoDialog(T2OutObj* inOutObj); virtual ~T2OutObjInfoDialog(); protected: T2OutObj *mOutObj; int mUnk100; }; #endif