ftp.nice.ch/pub/next/developer/resources/libraries/gamekit_proj.NI.sa.tar.gz#/gamekit_proj/Apps/HighScoreTester/HighScoreTesterController.h

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

#import <appkit/appkit.h>

@interface HighScoreTesterController:Object
{
    id	animator;
	id	cheatSwitch;
    id	gameBrain;
    id	pauseMenuCell;
    id	pauseMonitor;
    id	scoreKeeper;
    id	scoreText;
    id	slotMatrix;
}

- nextLevelWithoutCheat:sender;
- trapPause:sender;
- sendScore:sender;
- updateSlot:sender;

@end

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