mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:09:17 -05:00
Corrected bug, OGG loading on Android
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user