25#ifndef _INCLUDE_PHYSFSRWOPS_H_
26#define _INCLUDE_PHYSFSRWOPS_H_
45PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openRead(
const char *fname);
57PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openWrite(
const char *fname);
69PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openAppend(
const char *fname);
81PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_File *handle);