mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Android: Access APK files using AssetFileDescriptor
This commit is contained in:
@@ -94,8 +94,11 @@ typedef struct SDL_RWops
|
||||
void *inputStreamRef;
|
||||
void *readableByteChannelRef;
|
||||
void *readMethod;
|
||||
void *assetFileDescriptorRef;
|
||||
long position;
|
||||
int size;
|
||||
long size;
|
||||
long offset;
|
||||
int fd;
|
||||
} androidio;
|
||||
#elif defined(__WIN32__)
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user