mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-27 17:29:17 -05:00
raylib 1.2
This is a huge update. Check CHANGELOG for details
This commit is contained in:
@ -37,6 +37,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 __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user