This is Krinkle.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "AreaRule.h" #define YMAX1 50 #define XMAX1 50 typedef int int_image[YMAX1][XMAX1]; @interface Krinkle:AreaRule { int krinkle, bump, spring, damping, agc, agv; int_image z1, z2, v1, v2; //!!! this makes BIGGG objects!!! int_image *Xf, *Xt, *Vf, *Vt; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.