Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Android: Access APK files using AssetFileDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomdq committed Jan 8, 2013
1 parent 4e2860d commit a4d3f3e
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 113 deletions.
5 changes: 4 additions & 1 deletion include/SDL_rwops.h
Expand Up @@ -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
Expand Down

0 comments on commit a4d3f3e

Please sign in to comment.