AmbientSounds.h
上传用户:hkb425
上传日期:2007-06-16
资源大小:34191k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // AmbientSounds.h: interface for the CAmbientSounds class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_AMBIENTSOUNDS_H__FA1BA2E1_1033_11D6_90D1_5254AB37CDC9__INCLUDED_)
  5. #define AFX_AMBIENTSOUNDS_H__FA1BA2E1_1033_11D6_90D1_5254AB37CDC9__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CAmbientSounds  
  10. {
  11. public:
  12. CAmbientSounds();
  13. virtual ~CAmbientSounds();
  14. void    ResetSounds();
  15. void    PlaySounds();
  16. private:
  17. int     m_time;
  18. int     m_number;
  19. };
  20. #endif // !defined(AFX_AMBIENTSOUNDS_H__FA1BA2E1_1033_11D6_90D1_5254AB37CDC9__INCLUDED_)