www.pudn.com > NewFlash.rar > realone.h
// realone.h : main header file for the REALONE application
//
#if !defined(AFX_REALONE_H__92EF84F8_9D13_4632_BC04_A904F98FD8A0__INCLUDED_)
#define AFX_REALONE_H__92EF84F8_9D13_4632_BC04_A904F98FD8A0__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
/////////////////////////////////////////////////////////////////////////////
// CRealoneApp:
// See realone.cpp for the implementation of this class
//
class CRealoneApp : public CWinApp
{
public:
CRealoneApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRealoneApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CRealoneApp)
// 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_REALONE_H__92EF84F8_9D13_4632_BC04_A904F98FD8A0__INCLUDED_)