player.h
资源名称:player.rar [点击查看]
上传用户:chjulong
上传日期:2020-01-10
资源大小:3427k
文件大小:1k
源码类别:
midi
开发平台:
Visual C++
- // player.h : main header file for the PLAYER application
- //
- #if !defined(AFX_PLAYER_H__F5B21A88_5EE9_11D7_BCB5_CEB29E77AC3D__INCLUDED_)
- #define AFX_PLAYER_H__F5B21A88_5EE9_11D7_BCB5_CEB29E77AC3D__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
- /////////////////////////////////////////////////////////////////////////////
- // CPlayerApp:
- // See player.cpp for the implementation of this class
- //
- class CPlayerApp : public CWinApp
- {
- public:
- CPlayerApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPlayerApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CPlayerApp)
- // 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_PLAYER_H__F5B21A88_5EE9_11D7_BCB5_CEB29E77AC3D__INCLUDED_)