Android: Access APK files using AssetFileDescriptor

This commit is contained in:
Gabriel Jacobo 2013-01-08 09:30:53 -03:00
parent b2b90c9f49
commit 678523ea7c
2 changed files with 217 additions and 117 deletions

View file

@ -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