dxx-rebirth/include/strio.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

9 lines
169 B
C

/* fileio.c in /misc for d1x file reading */
#ifndef _STRIO_H
#define _STRIO_H
char* fgets_unlimited(PHYSFS_file *f);
char *splitword(char *s, char splitchar);
#endif