22 #ifndef UTILS_VIRTFS_VIRTFSDIRRWOPS_H
23 #define UTILS_VIRTFS_VIRTFSDIRRWOPS_H
44 const void *
const ptr,
49 RWOPSINT rwops_size(SDL_RWops *
const rw);
int rwops_write(SDL_RWops *const rw, const void *const ptr, const int size, const int maxnum)
int32_t rwops_seek(SDL_RWops *const rw, const int32_t offset, const int whence)
int rwops_close(SDL_RWops *const rw)
int rwops_read(SDL_RWops *const rw, void *const ptr, const int size, const int maxnum)