ftp.nice.ch/pub/next/games/action/xox/shipbuilder.940213.NI.bs.tar.gz#/shipbuilder.940213/ShipBuilderSrc/OriginalView.h

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

#import <appkit/appkit.h>

@interface OriginalView:View
{
	id	optionsWindow;
	id	image;
	id	imageRep;
	id	buffer;
	float degrees;
	unsigned char *bitmapData;
}

- initFrame:(const NXRect *)frameRect;
- free;
- open:sender;
- (BOOL)imageLoaded;
- setRotationInDegrees:(float)newDegrees;
- bitmap;
- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

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