blob: 3be2e5a1e6ac15dd338674fa05c5ec67a9b79f41 (
plain)
1
2
3
4
5
6
7
|
extern void project(viewTriple * , XPoint * , int );
extern void projectAPoint(viewTriple * );
extern void projectAllPoints(void);
extern void projectAllPolys(poly * );
extern void projectAPoly(poly * );
extern void projectStuff(float , float , float , int * , int * , float * );
|