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

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

#import <gamekit/gamekit.h>

@interface EditingHSController:HighScoreController
{
	char *gameName;
}

- init;
- displayHighScores:sender;
- (const char *)gameName;
- setGameName:(const char *)name;
- setLocalScores:(BOOL)flag;

@end

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