代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.cpp.bak
#include "../global.h"
#include "../sndmix.h"
#include "sound.h"
#include "../sdl/SDL_error.h"
void NativeSoundMix::Init( CSoundMix* _soundMix )
{
isOpen = false;
soundMix = _soundMix;
sound.h.bak
#ifndef SOUND_INCLUDED
#define SOUND_INCLUDED
#include "../sndmix.h"
#include "../sdl/SDL_audio.h"
// We don't use polling, so it should do nothing.
inline void PollSound() {}
class CSound