www.pudn.com > as.rar > as.h
// as.h : main header file for the AS application
//
#if !defined(AFX_AS_H__C45D6111_8C80_46BF_ADAC_7EF2BFDC0E94__INCLUDED_)
#define AFX_AS_H__C45D6111_8C80_46BF_ADAC_7EF2BFDC0E94__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
/////////////////////////////////////////////////////////////////////////////
// CAsApp:
// See as.cpp for the implementation of this class
//
class CAsApp : public CWinApp
{
public:
CAsApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAsApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CAsApp)
afx_msg void OnAppAbout();
// 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_AS_H__C45D6111_8C80_46BF_ADAC_7EF2BFDC0E94__INCLUDED_)