Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Corrected bug, OGG loading on Android
pull/22/head
raysan5
hace 10 años
padre
42c92e4f2e
commit
9ab6718234
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
src/stb_vorbis.h
+ 5
- 0
src/stb_vorbis.h
Ver fichero
@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar