Android: Access APK files using AssetFileDescriptor

This commit is contained in:
Gabriel Jacobo
2013-01-08 09:30:53 -03:00
parent 06cac2693e
commit f997d045c5
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