This is RaceDayDefaultController.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "FmsDefaultController.h"
@interface RaceDayDefaultController:FmsDefaultController
{
NXSize raceTrackOvalSize;
}
- init;
- registerDefaults;
- setAll:sender;
- (int)raceLaps;
- (int)raceOpponents;
- (NXColor)racerCarColor1;
- (NXColor)racerCarColor2;
- (float)racerMaxSpeed;
- (NXSize *)raceTrackOvalSize;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.