Bladeren bron

Remove old OpenAL comments

pull/900/head
Ray 5 jaren geleden
bovenliggende
commit
4ad1fa85a4
4 gewijzigde bestanden met toevoegingen van 2 en 8 verwijderingen
  1. +0
    -2
      examples/audio/audio_module_playing.c
  2. +0
    -2
      examples/audio/audio_music_stream.c
  3. +2
    -2
      examples/audio/audio_raw_stream.c
  4. +0
    -2
      examples/audio/audio_sound_loading.c

+ 0
- 2
examples/audio/audio_module_playing.c Bestand weergeven

@ -2,8 +2,6 @@
*
* raylib [audio] example - Module playing (streaming)
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.5 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*

+ 0
- 2
examples/audio/audio_music_stream.c Bestand weergeven

@ -2,8 +2,6 @@
*
* raylib [audio] example - Music playing (streaming)
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*

+ 2
- 2
examples/audio/audio_raw_stream.c Bestand weergeven

@ -2,11 +2,11 @@
*
* raylib [audio] example - Raw audio streaming
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.6 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Example created by Ramon Santamaria (@raysan5) and reviewed by James Hofmann (@triplefox)
*
* Copyright (c) 2015-2019 Ramon Santamaria (@raysan5) and James Hofmann (@triplefox)
*
********************************************************************************************/

+ 0
- 2
examples/audio/audio_sound_loading.c Bestand weergeven

@ -2,8 +2,6 @@
*
* raylib [audio] example - Sound loading and playing
*
* NOTE: This example requires OpenAL Soft library installed
*
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*

Laden…
Annuleren
Opslaan