diff -r 59a8feebec2c -r 0e6fadf81a2c misc/physfs/extras/physfsfgets.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/physfs/extras/physfsfgets.h Sun Nov 25 01:13:51 2012 +0400 @@ -0,0 +1,17 @@ +#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