This is CrazyMander.h in view mode; [Download] [Up]
// A Commander class which moves and fires randomly
// Can in fact be rather annoying at high difficulty
#import <appkit/appkit.h>
#import "Commander.h"
@interface CrazyMander:Commander
{
}
- oneStep:scenario;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.