ftp.nice.ch/pub/next/science/mathematics/TotalChaos.1.0.s.tar.gz#/TotalChaos/types/MandelN.h

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

/* Generated by Interface Builder */

#import "MandelN.h"
#import "chaosControl.h"
#import "chaosView.h"
#import <math.h>
#import <dpsclient/wraps.h>
#import <stdlib.h>
#import <stdio.h>
#import <appkit/Application.h>
#import <appkit/color.h>

@interface MandelN : chaosView
{
	id myInspector;	//So I can talk to my inspector (create/free).
	int toPower;
}

-setPower: sender;	//Called by the inspector nib.
@end

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