Wave.h
上传用户:bsw_2008
上传日期:2013-07-09
资源大小:2446k
文件大小:1k
- // Wave.h: interface for the CWave class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_WAVE_H__5B2BA20A_84F5_4DAF_9449_E3743B3222B6__INCLUDED_)
- #define AFX_WAVE_H__5B2BA20A_84F5_4DAF_9449_E3743B3222B6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include <mmsystem.h>
- class CWave
- {
- public:
- void PlayMusic(int k);
- CWave();
- virtual ~CWave();
- };
- #endif // !defined(AFX_WAVE_H__5B2BA20A_84F5_4DAF_9449_E3743B3222B6__INCLUDED_)