mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-08 19:06:27 +00:00
raylib 1.2
This is a huge update. Check CHANGELOG for details
This commit is contained in:
@@ -183,7 +183,6 @@
|
||||
// The three functions you must define are "read" (reads some bytes of data),
|
||||
// "skip" (skips some bytes of data), "eof" (reports if the stream is at the end).
|
||||
|
||||
|
||||
#define STBI_NO_HDR // RaySan: not required by raylib
|
||||
|
||||
#ifndef STBI_NO_STDIO
|
||||
@@ -195,6 +194,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
|
||||
|
||||
#define STBI_VERSION 1
|
||||
|
||||
enum
|
||||
|
Reference in New Issue
Block a user