home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 51
/
PCGamer51_17Demos.iso
/
games
/
CM
/
CyclingManagerDemoCangas.exe
/
CyclingManagerDemo
/
scripts
/
sound
/
sounds.cnh
< prev
Wrap
Text File
|
2001-05-29
|
2KB
|
39 lines
//----------------------------------------------------------------------------------------------------------------//
//----------------------------------------------------------------------------------------------------------------//
// func prototypes
//----------------------------------------------------------------------------------------------------------------//
//----------------------------------------------------------------------------------------------------------------//
//func void LoadWaves ()
typedef func void TYPE_LoadWaves();
var TYPE_LoadWaves LoadWaves;
//func void LoadWaves ()
typedef func void TYPE_DestroyWaves();
var TYPE_DestroyWaves DestroyWaves;
//----------------------------------------------------------------------------------------------------------------//
//----------------------------------------------------------------------------------------------------------------//
// global declarations
//----------------------------------------------------------------------------------------------------------------//
//----------------------------------------------------------------------------------------------------------------//
// sounds for menu principal
var i32x s_MenuPrincipal_MouseOver;
var i32x s_MenuPrincipal_Selection;
// sound for info buttons
var i32x s_InfoButton_Click;
var i32x Num_ClickSound=0;
var i32x Num_CyclistsSound=0;
var i32x Num_MusicSound=0;
var i32x sbClickSound[64];
var i32x sbCyclistsSound[32];
var i32x sbMusicSound[4];
var i32x Max_Sound_Fall=0;
var i32x Sound_eLine_Interface = 0;
var i32x Sound_eLine_Cyclists = 1;
var i32x Sound_eLine_Music = 2;