Ver a proveniência

Corrected bug, OGG loading on Android

pull/22/head
raysan5 há 10 anos
ascendente
cometimento
9ab6718234
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      src/stb_vorbis.h

+ 5
- 0
src/stb_vorbis.h Ver ficheiro

@ -58,6 +58,11 @@
#include <stdio.h>
#endif
// NOTE: Added to work with raylib on Android
#if defined(PLATFORM_ANDROID)
#include "utils.h" // Android fopen function map
#endif
#ifdef __linux
#include <alloca.h>
#endif

Carregando…
Cancelar
Guardar