misc/physfs/extras/physfsfgets.h
branchflibqtfrontend
changeset 8100 0e6fadf81a2c
equal deleted inserted replaced
8097:59a8feebec2c 8100:0e6fadf81a2c
       
     1 #ifndef PHYSFS_FGETS_H
       
     2 #define PHYSFS_FGETS_H
       
     3 
       
     4 #ifdef __cplusplus
       
     5 extern "C" {
       
     6 #endif
       
     7 
       
     8 #include "physfs.h"
       
     9 
       
    10 char * PHYSFS_fgets(char * str, int size, PHYSFS_file * f);
       
    11 
       
    12 
       
    13 #ifdef __cplusplus
       
    14 }
       
    15 #endif
       
    16 
       
    17 #endif