jedi-outcast/utils/q3data/stl_opt.h
2013-04-22 15:25:59 +10:00

29 lines
345 B
C

// Filename:- stl_opt.h
//
#ifndef STL_OPT_H
#define STL_OPT_H
#ifdef __cplusplus
extern "C"
{
#endif
void TriangleAbutList_Gen(int mesh[][3], int iNumTris, int iMaxVerts);
const int* TriangleAbutList_Query(int iTriangle, int *piCount);
#ifdef __cplusplus
}
#endif
#endif // #ifndef STL_OPT_H
//////////////// eof ////////////////