]> icculus.org git repositories - btb/d2x.git/blob - include/strio.h
heh, model nums in vertigo are hardcoded, N_D2_POLYGON_MODELS can't change
[btb/d2x.git] / include / strio.h
1 /* fileio.c in /misc for d1x file reading */
2 #ifndef _STRIO_H
3 #define _STRIO_H
4
5 char *fsplitword(FILE *f, char splitchar);
6 char *splitword(char *s, char splitchar);
7
8 #endif