#ifndef T2DLL_T2STEWARDDIALOG_H #define T2DLL_T2STEWARDDIALOG_H #include "../common.h" #include "T2Dialog.h" class AFX_CLASS_EXPORT T2StewardDialog : public T2Dialog { public: T2StewardDialog(T2TowerDoc* inDoc, HINSTANCE inModule, CString& inText, int inKind); virtual BOOL OnT2DialogCommand(WPARAM inWParam, LPARAM inLParam); static void MessageBox(const char* inText, const char* inTitle); static int MessageBoxYN(const char* inText, const char* inTitle); }; #endif