#ifndef T2DLL_T2INFODIALOG_H #define T2DLL_T2INFODIALOG_H #include "../common.h" #include "T2Dialog.h" class AFX_CLASS_EXPORT T2InfoDialog : public T2Dialog { public: T2InfoDialog(T2DrawableObject* object); virtual ~T2InfoDialog(); protected: virtual void GetCommentString(unsigned int, CString&) const; T2DrawableObject *mObject; }; #endif