AmbientSounds.h
Upload User: hkb425
Upload Date: 2007-06-16
Package Size: 34191k
Code Size: 1k
Category:

Game Engine

Development Platform:

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_)