misc/physfs/extras/physfsfgets.h
author unc0rr
Tue, 04 Dec 2012 22:31:22 +0400
branchflibqtfrontend
changeset 8210 ad178654142a
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
Register flib_gameconn callbacks

#ifndef PHYSFS_FGETS_H
#define PHYSFS_FGETS_H

#ifdef __cplusplus
extern "C" {
#endif

#include "physfs.h"

char * PHYSFS_fgets(char * str, int size, PHYSFS_file * f);


#ifdef __cplusplus
}
#endif

#endif