This is robotsController.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface robotsController:Object { id myrobotView; id heapsField; id levelField; id robotsField; id scoreField; id valueField; id teleportField; id robotHiScore; id scoreBrowser; id infoPanel; } - getInfo:sender; - loadPrefs:sender; - newGame:sender; - playerDead:sender; - showScores:sender; - showTeleports: (int) intValue; - showLevel : (int) intValue; - showScore : (int) intValue; - showHeaps : (int) intValue; - showRobots : (int) intValue; - showValue : (int) intValue; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.