This is ScoreKeeper.h in view mode; [Download] [Up]
#import <objc/Object.h>
@interface ScoreKeeper:Object
{
id levels;
id names;
id score;
id scores;
id scoresWindow;
id nameField;
int rank;
char path[BUFSIZ];
}
- init;
- setScoresWindow:anObject;
- setZero;
- addScore:(int)amount;
- updateHighScores:(int)level;
- nameFieldEnd:sender;
- windowWillClose:sender;
- writeScores;
- free;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.