代码搜索结果
找到约 10,000 项符合
Sound 的代码
test_sound.c
//====================================================================================
//File Name: Test_Sound.c
//Description: Sound test
//Update: V1.0 by wangtao
//==
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;