- SDL_LoadFile
void* SDL_LoadFile(const(char)* fileName, size_t dataSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RWclose
int SDL_RWclose(SDL_RWops* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RWread
size_t SDL_RWread(SDL_RWops* ctx, void* ptr, size_t size, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RWseek
long SDL_RWseek(SDL_RWops* ctx, long offset, int whence)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RWsize
long SDL_RWsize(SDL_RWops* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RWtell
long SDL_RWtell(SDL_RWops* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
- SDL_RWwrite
size_t SDL_RWwrite(SDL_RWops* ctx, const(void)* ptr, size_t size, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.