#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