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/
#if !defined(AFX_BRBROWSE_H__2C1941D4_E73E_11D3_8BF2_00C0F03D32BC__INCLUDED_)
#define AFX_BRBROWSE_H__2C1941D4_E73E_11D3_8BF2_00C0F03D32BC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.

/////////////////////////////////////////////////////////////////////////////
// CBrBrowse wrapper class

class CBrBrowse : public CWnd
{
protected:
	DECLARE_DYNCREATE(CBrBrowse)
public:
	CLSID const& GetClsid()
	{
		static CLSID const clsid
			= { 0xbe029056, 0xe731, 0x11d3, { 0x8b, 0xf2, 0x0, 0xc0, 0xf0, 0x3d, 0x32, 0xbc } };
		return clsid;
	}
	virtual BOOL Create(LPCTSTR lpszClassName,
		LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect,
		CWnd* pParentWnd, UINT nID,
		CCreateContext* pContext = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
		const RECT& rect, CWnd* pParentWnd, UINT nID,
		CFile* pPersist = NULL, BOOL bStorage = FALSE,
		BSTR bstrLicKey = NULL)
	{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
		pPersist, bStorage, bstrLicKey); }

// Attributes
public:
	CString GetCaption();
	void SetCaption(LPCTSTR);
	CString GetFileSpec();
	void SetFileSpec(LPCTSTR);
	BOOL GetDirsOnly();
	void SetDirsOnly(BOOL);

// Operations
public:
	CString GetResult();
	void AboutBox();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BRBROWSE_H__2C1941D4_E73E_11D3_8BF2_00C0F03D32BC__INCLUDED_)