q2wf-portable/wf_fileio.h

10 lines
231 B
C
Raw Permalink Normal View History

//
// fileio.h
//
// PROTOTYPES ///////////////////////////////////////////////
FILE *WFOpenFile(edict_t *ent, char *filename);
void WFCloseFile(edict_t *ent, FILE *fp);
2024-09-02 07:12:54 -04:00
void WFReadLine( FILE *fp, char *buffer, int maxlen);