www.pudn.com > MP3 Baptism 1.0 一个完整的VC++软件源代码 .zip > mp3baptism.h


// mp3baptism.h : main header file for the MP3BAPTISM application 
// 
 
#if !defined(AFX_MP3BAPTISM_H__79535903_EAE7_485E_8391_9FB578DEE2FD__INCLUDED_) 
#define AFX_MP3BAPTISM_H__79535903_EAE7_485E_8391_9FB578DEE2FD__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CMp3baptismApp: 
// See mp3baptism.cpp for the implementation of this class 
// 
 
class CMp3baptismApp : public CWinApp 
{ 
public: 
	CMp3baptismApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMp3baptismApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CMp3baptismApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MP3BAPTISM_H__79535903_EAE7_485E_8391_9FB578DEE2FD__INCLUDED_)