Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Corrected bug, OGG loading on Android
pull/22/head
raysan5
10 anos atrás
pai
42c92e4f2e
commit
9ab6718234
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-0
src/stb_vorbis.h
+ 5
- 0
src/stb_vorbis.h
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar