ftp.nice.ch/pub/next/tools/screen/backspace/old/FooFaraw.s.tar.gz#/FooFaraw/Desquamate/DesquamateViewPart.h

This is DesquamateViewPart.h in view mode; [Download] [Up]

#import <appkit/View.h>
#define NUMLINES 305
#define PI 3.1415926

@interface DesquamateView:View
{
  // all sorts of extra bogus variables in here that I have never cleaned up.
  int pp,p,n,erase,erasep,erasepp, lper, count;
  float x1[NUMLINES],yc1[NUMLINES],t1[NUMLINES],t2[NUMLINES],t3[NUMLINES],
  p1,p2,p3,
  xs,ys, xf,yf, oldx, oldy,
  x1d,y1d,x2d,y2d,x3d,y3d,x4d,y4d,
  x5d,y5d,x6d,y6d,x7d,y7d,x8d,y8d,
  urx,ury,pmx,pmy, midx, midy, t, scale, scale_delta,
  s1,s2,s3,s4;
  int up, i;

  int winNum;
}

- oneStep;
- newSize;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.