00001 00010 #ifndef __Platform_NULL_Sound_H__ 00011 #define __Platform_NULL_Sound_H__ 00012 00013 // Includes 00014 #include "Platform_Sound.h" 00015 00016 // Forward declares 00017 00018 // Platform_NULL_Sound 00019 class Platform_NULL_Sound:public Platform_Sound 00020 { 00021 00022 public: 00023 Platform_NULL_Sound(); 00024 00025 virtual Platform_Sound_SoundStream* CreateSoundStream(int channels, int frequency, int bitsPerSample, int size); 00026 00027 }; 00028 00029 #endif /* __Platform_NULL_Sound_H__ */