misc/physfs/extras/physfsfgets.h
author Drew Gottlieb
Wed, 05 Dec 2012 18:12:07 +0100
branchflibqtfrontend
changeset 8222 d3dc08500fc0
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
GCI2012: Remove Quit Prompt On Mouse Click

#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