SmaugWizard/Backup/
SmaugWizard/Backup/L/
SmaugWizard/Boards/
SmaugWizard/Building/
SmaugWizard/Corpses/
SmaugWizard/Councils/
SmaugWizard/Deity/
SmaugWizard/Gods/
SmaugWizard/MudProgs/
SmaugWizard/Player/L/
SmaugWizard/Src/
SmaugWizard/Src/res/
// HitAndThrowDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CHitAndThrowDlg dialog

class CHitAndThrowDlg : public CPropertyPage
{
	DECLARE_DYNCREATE(CHitAndThrowDlg)

// Construction
public:
	CHitAndThrowDlg();
	~CHitAndThrowDlg();

// Dialog Data
	//{{AFX_DATA(CHitAndThrowDlg)
	enum { IDD = IDD_CFG_HIT };
	int		m_DamageMvP;
	int		m_DamageMvM;
	int		m_DamagePvM;
	int		m_DamagePvP;
	int		m_StunPvP;
	int		m_StunMvP;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CHitAndThrowDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CHitAndThrowDlg)
	afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};