home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / trilib.h < prev    next >
Encoding:
Text File  |  2001-01-02  |  169 b   |  6 lines

  1. //
  2. // trilib.h: header file for loading triangles from an Alias triangle file
  3. //
  4. void TRI_LoadPolysets( const char *filename, polyset_t **ppPSET, int *numpsets );
  5.  
  6.