source: GTP/trunk/Lib/Illum/GPUObscurancesGT/include/textfile.h @ 930

Revision 930, 365 bytes checked in by igarcia, 18 years ago (diff)
Line 
1// textfile.h: interface for reading and writing text files
2// www.lighthouse3d.com
3//
4// You may use these functions freely.
5// they are provided as is, and no warranties, either implicit,
6// or explicit are given
7//////////////////////////////////////////////////////////////////////
8
9char *textFileRead(char *fn);
10int textFileWrite(char *fn, char *s);
Note: See TracBrowser for help on using the repository browser.