misc/physfs/extras/physfsfgets.h
author Medo <smaxein@googlemail.com>
Tue, 27 Nov 2012 21:21:14 +0100
branchflibqtfrontend
changeset 8132 f68b43cf510f
parent 8100 0e6fadf81a2c
permissions -rw-r--r--
Added default weaponset to frontlib hwconsts Now the weaponset create function can actually do what it promises and create a default set instead of an empty one :)

#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