ftp.nice.ch/pub/next/games/board/Ergo.NIHS.bs.tar.gz#/Ergo/Proper_Ending/AbstractTimerView.h

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

#import "AbstractErgoView.h"

@interface AbstractTimerView : AbstractErgoView {
    id     timerTextField;
    BOOL   gameOver;
    BOOL   wasCounting;
    short  timeLeft;
}

- gameOver;
- (BOOL) isWhite;
- startOfNewMove;

/* Private methods: */

- appDidInit;
- initFrame: (const NXRect *) frameRect;

@end

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