www.pudn.com > yuplayer.rar > yuplayer.h


// yuplayer.h : main header file for the YUPLAYER application 
// 
 
#if !defined(AFX_YUPLAYER_H__E65AFD66_665F_11DA_8A76_000021DB50DE__INCLUDED_) 
#define AFX_YUPLAYER_H__E65AFD66_665F_11DA_8A76_000021DB50DE__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CYuplayerApp: 
// See yuplayer.cpp for the implementation of this class 
// 
 
class CYuplayerApp : public CWinApp 
{ 
public: 
	CYuplayerApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CYuplayerApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CYuplayerApp) 
		// 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_YUPLAYER_H__E65AFD66_665F_11DA_8A76_000021DB50DE__INCLUDED_)