Sound.h
资源名称:Dsound.rar [点击查看]
上传用户:hygd004
上传日期:2022-02-04
资源大小:1841k
文件大小:1k
源码类别:
DirextX编程
开发平台:
Visual C++
- // Sound.h : main header file for the SOUND application
- //
- #if !defined(AFX_SOUND_H__BDDA38F3_613D_11D2_A7A3_000000000000__INCLUDED_)
- #define AFX_SOUND_H__BDDA38F3_613D_11D2_A7A3_000000000000__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
- /////////////////////////////////////////////////////////////////////////////
- // CSoundApp:
- // See Sound.cpp for the implementation of this class
- //
- class CSoundApp : public CWinApp
- {
- public:
- CSoundApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSoundApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CSoundApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SOUND_H__BDDA38F3_613D_11D2_A7A3_000000000000__INCLUDED_)