Searched defs:SDL_RWops (Results 1 – 1 of 1) sorted by relevance
41 typedef struct SDL_RWops { struct46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); argument52 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum); argument58 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num); argument61 int (SDLCALL *close)(struct SDL_RWops *context); argument63 Uint32 type;64 union {92 } SDL_RWops; argument