ftp.nice.ch/pub/next/tools/screen/backspace/old/GlobeSaver.s.tar.gz#/GlobeSaver/GlobeViewPart.h

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

//
//  GlobeViewPart.h
//
//  Ron Blanford, TRW Inc., October 1991.
//

#import "SlidingImageView.h"

@interface GlobeView:SlidingImageView
{
	id imageList;
	int currentFrame;
	int numberOfFrames;
	BStimeval now;
	BStimeval nextRotationTime;
	int framesPerSecond;
}

- oneStep;
- initFrame:(NXRect *)frameRect;

@end

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