This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected bug, OGG loading on Android
pull/22/head
raysan5
10 years ago
parent
42c92e4f2e
commit
9ab6718234
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/stb_vorbis.h
+ 5
- 0
src/stb_vorbis.h
View File
@ -58,6 +58,11 @@
#
include
<stdio.h>
#
include
<stdio.h>
#
endif
#
endif
/
/
NOTE
:
Added
to
work
with
raylib
on
Android
#
if defined(PLATFORM_ANDROID)
#
include
"utils.h" // Android fopen function map
#
endif
#
ifdef __linux
#
ifdef __linux
#
include
<alloca.h>
#
include
<alloca.h>
#
endif
#
endif
Write
Preview
Loading…
Cancel
Save