home *** CD-ROM | disk | FTP | other *** search
/ Qu-ake / Qu-ake.iso / qu_ke / editor / 017 / IO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-15  |  707 b   |  11 lines

  1. /*====================================================================*/
  2. /* IO.H */
  3. // Reads all entities all their attributes ans some speacial brushes  //
  4. //like platforms                                                      //
  5. //====================================================================//
  6. void Error (int line, char *message);
  7. char *Load_File (char *fname, char *dat);
  8. int  GetToken (int crossline, char *token, int *scriptline, char *dat, int *loc);
  9. void ReadBrush (char *token, int *scriptline, char *dat, int *location);  
  10. void ReadEntity (char *token, int *scriptline, char *dat, int *location); 
  11. void ReadSpecialEntity (char *token, int *scriptline, char *dat, int *location);