ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/CmdMove.m

This is CmdMove.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "CmdMove.h"

@implementation CmdMove
- initCmd:(int)x :(int)y
{
  [super init];
  number1=x; number2=y;
  command="move";
  return self;
}

- doCmd
{
  [theBitmap cmdMove:number1 :number2];
  return self;
}
@end

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