ftp.nice.ch/pub/next/games/action/xox/xox.940213.s.tar.gz#/xoxsrc.940213/xoxsrc/SpaxeWars.bproj/SpaceGen.h

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

#import <appkit/appkit.h>
#import "xoxDefs.h"

#import "Actor.h"

#define NSTARS (40)

typedef struct {
	float distance;		// a factor for parallax scrolling
	NXRect position;	// where it is
	NXRect display;		// where it displays
	} STAR;

@interface SpaceGen:Actor
{
	STAR stars[NSTARS];
	NXRect r1[NSTARS];
	NXRect r2[NSTARS];
	NXRect *b;
	NXRect *w;
	float oldX, oldY;
	NXSize mySize;
}


@end

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