mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
ioq3 sound
This commit is contained in:
parent
eef8f65830
commit
6e94bb6eca
12 changed files with 140 additions and 13 deletions
|
@ -55,7 +55,7 @@ sfxHandle_t S_RegisterSound( const char *sample, qboolean compressed, qboolean f
|
|||
return 0;
|
||||
}
|
||||
|
||||
void S_StartLocalSoundByName( const char *sound_name, qboolean force_load ) {
|
||||
void S_StartLocalSound( const char *sound_name, qboolean force_load ) {
|
||||
}
|
||||
|
||||
void S_ClearSoundBuffer( void ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue