Home
last modified time | relevance | path

Searched defs:SDL_RWops (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_rwops.h41 typedef struct SDL_RWops { struct
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); argument
52 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum); argument
58 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num); argument
61 int (SDLCALL *close)(struct SDL_RWops *context); argument
63 Uint32 type;
64 union {
92 } SDL_RWops; argument