00001 /*#ifndef __RAIN_SOUND_H 00002 #define __RAIN_SOUND_H 00003 00004 #include "ReignSound.h"//for ISoundPlayer, auto genderated by midl 00005 00006 #include "RainCOMFactory.h" 00007 00008 00009 class CRainSound 00010 { 00011 public: 00012 CRainSound(); 00013 ~CRainSound(); 00014 00015 bool Init(CRainCOMFactory* pFactory); 00016 00017 private: 00018 void Cleanup(); 00019 00020 00021 private: 00022 ISoundPlayer* m_pSoundPlayer; 00023 }; 00024 00025 00026 00027 00028 00029 00030 #endif*/