#pragma once #include "common.h" #include "T2Dialog.h" class AFX_CLASS_EXPORT T2SettingDialog : public T2Dialog { public: T2SettingDialog(T2TowerDoc* inDoc); virtual ~T2SettingDialog(); virtual BOOL OnT2DialogCommand(WPARAM inWParam, LPARAM inLParam); protected: T2TowerDoc *mDocument; SpeedDlg *mSpeedDlg; SoundDlg *mSoundDlg; WalkerDlg *mWalkerDlg; T2ImageObj *mImageObj; T2BitImage *mBitImage; };