24#ifndef _INCLUDE_PHYSFSRWOPS_H_
25#define _INCLUDE_PHYSFSRWOPS_H_
PHYSFS_DECL SDL_RWops * PHYSFSRWOPS_openRead(const char *fname)
Open a platform-independent filename for reading, and make it accessible via an SDL_RWops structure.
PHYSFS_DECL SDL_RWops * PHYSFSRWOPS_makeRWops(PHYSFS_File *handle)
Make a SDL_RWops from an existing PhysicsFS file handle.
PHYSFS_DECL SDL_RWops * PHYSFSRWOPS_openWrite(const char *fname)
Open a platform-independent filename for writing, and make it accessible via an SDL_RWops structure.
PHYSFS_DECL SDL_RWops * PHYSFSRWOPS_openAppend(const char *fname)
Open a platform-independent filename for appending, and make it accessible via an SDL_RWops structure...