代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.cpp
// DirectSound.cpp: implementation of the CDirectSound class.
//
//////////////////////////////////////////////////////////////////////
#include "Sound.h"
#include "wavread.h"
#define SAFE_RE
sound.h
// DirectSound.h: interface for the CDirectSound class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DIRECTSOUND_H__07C9F9E1_E0C6_11D3_B12A_9C25C7091
sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(unsigned int SndIndex);
enum SndIndex{ // 所有语音资源的索引
S_0, S_1, S_2, S_3, S_4, S_5, S_6, S_7, S_8, S_9, S_
sound.c
//======================================================
// 文件名称: Sound.c
// 功能描述: 语音播放函数
// 维护记录: 2006-08-30 v1.0
//======================================================
#include "spce061a.h"