代码搜索结果

找到约 10,000 项符合 Sound 的代码

sound.h

// Sound.h: interface for the CSound class. // // BREW Game Engine. // Written by YongChul, Jin 2002. 3. 9 // (c)2002 anecia / anecia@unitel.co.kr ////////////////////////////////////////////////

sound.rc

out wave out.wav cover wave cover.wav err wave error.wav

sound.h

// Sound.h #ifndef __SOUND_H__ #define __SOUND_H__ #include "stdafx.h" #include class CWave { public: CWave(); CWave( const char * ); CWave( const char *, HINSTANCE )

sound.asm

EXTRN GENSOUND:FAR PUBLIC MUSIC STACK SEGMENT PARA STACK 'STACK' DB 64 DUP ('STACK') STACK ENDS DATA SEGMENT PARA 'DATA' MUS_FREQ DW 330, 294, 262, 294, 3 DUP (