q2wf-portable/wf_fileio.h

10 lines
231 B
C

//
// fileio.h
//
// PROTOTYPES ///////////////////////////////////////////////
FILE *WFOpenFile(edict_t *ent, char *filename);
void WFCloseFile(edict_t *ent, FILE *fp);
void WFReadLine( FILE *fp, char *buffer, int maxlen);