This is headers.h in view mode; [Download] [Up]
#ifndef __HEADERS_H #define __HEADERS_H #include "misc.h" #include "vector.h" #include "voronoi.h" #ifndef MAX #define MAX(a,b) ((a)>(b))?(a):(b) #endif #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif /* prototypes not included in orig voronoi code */ int load_vsites(int,float sites[][2],double,double,double,double); int find_vregion(int,float pverts[][2]); int find_dtriangles(TRI **); #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.