24#ifndef _INCLUDE_PHYSFSRWOPS_H_
25#define _INCLUDE_PHYSFSRWOPS_H_
44PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openRead(
const char *fname);
56PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openWrite(
const char *fname);
68PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_openAppend(
const char *fname);
80PHYSFS_DECL SDL_RWops *PHYSFSRWOPS_makeRWops(PHYSFS_File *handle);