Corrected bug, OGG loading on Android
This commit is contained in:
parent
42c92e4f2e
commit
9ab6718234
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue