summaryrefslogtreecommitdiffstats
path: root/matchblox/common/textfile.h
blob: 1c30e53a855966f1d778b6b59996987abb3190f5 (plain)
1
2
3
4
5
6
7
8
9
10
// textfile.h: interface for reading and writing text files
// www.lighthouse3d.com
//
// You may use these functions freely.
// they are provided as is, and no warranties, either implicit,
// or explicit are given
//////////////////////////////////////////////////////////////////////

char *textFileRead(char *fn);
int textFileWrite(char *fn, char *s);