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

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

#import <appkit/appkit.h>

@interface HighScoreEditor:Object
{
    id	connectWindow;
    id	highScoreController;
	id	gameNameText;
	id	serverNameText;
	id	connectButton;
	id	stringTable;
	BOOL connected;
}

- init;
- connectToggle:sender;
- disconnect:sender;
- connect:sender;

@end

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