This is CmdFps.m in view mode; [Download] [Up]
#import "CmdFps.h" @implementation CmdFps - initCmd:(int)rate { [super init]; command="fps"; number1=rate; return self; } - doCmd { [theBitmap cmdFps:number1]; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.