Sfoglia il codice sorgente

Add function prototype

pull/1104/head
Ray 5 anni fa
parent
commit
23b75281ad
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/raudio.h

+ 1
- 0
src/raudio.h Vedi File

@ -189,6 +189,7 @@ bool IsAudioStreamPlaying(AudioStream stream); // Check if audi
void StopAudioStream(AudioStream stream); // Stop audio stream
void SetAudioStreamVolume(AudioStream stream, float volume); // Set volume for audio stream (1.0 is max level)
void SetAudioStreamPitch(AudioStream stream, float pitch); // Set pitch for audio stream (1.0 is base level)
void SetAudioStreamBufferSizeDefault(int size); // Default size for new audio streams
#ifdef __cplusplus
}

Caricamento…
Annulla
Salva