home *** CD-ROM | disk | FTP | other *** search
- /*====================================================================*/
- /* IO.H */
- // Reads all entities all their attributes ans some speacial brushes //
- //like platforms //
- //====================================================================//
- void Error (int line, char *message);
- char *Load_File (char *fname, char *dat);
- int GetToken (int crossline, char *token, int *scriptline, char *dat, int *loc);
- void ReadBrush (char *token, int *scriptline, char *dat, int *location);
- void ReadEntity (char *token, int *scriptline, char *dat, int *location);
- void ReadSpecialEntity (char *token, int *scriptline, char *dat, int *location);