www.pudn.com > guess.rar > guess.h
// guess.h : main header file for the GUESS application
//
#if !defined(AFX_GUESS_H__01A3164F_68E2_461F_966A_373F1147D7F5__INCLUDED_)
#define AFX_GUESS_H__01A3164F_68E2_461F_966A_373F1147D7F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CGuessApp:
// See guess.cpp for the implementation of this class
//
class CGuessApp : public CWinApp
{
public:
CGuessApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGuessApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CGuessApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GUESS_H__01A3164F_68E2_461F_966A_373F1147D7F5__INCLUDED_)