This is CmdDraw.m in view mode; [Download] [Up]
#import "CmdDraw.h"
@implementation CmdDraw
- initCmd:(int)x :(int)y
{
[super init];
number1=x; number2=y;
command="draw";
return self;
}
- doCmd
{
[theBitmap cmdDraw: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.