mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-03-12 22:01:34 +00:00
5 lines
169 B
C
5 lines
169 B
C
//
|
|
// trilib.h: header file for loading triangles from an Alias triangle file
|
|
//
|
|
void TRI_LoadPolysets( const char *filename, polyset_t **ppPSET, int *numpsets );
|
|
|