ftp.nice.ch/pub/next/games/action/Tetris1.3.N.bs.tar.gz#/Tetris1.3/Source/NextMatrix.h

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

#import "Minimatrix.h"
#import "Piece.h"

@interface NextMatrix:Minimatrix
{
    id thePiece;
	 id showNextSwitch;
    BOOL pieceVisible;
    BOOL showNext;
}

- initFrame:(const NXRect *)frameRect;

- drawSelf:(const NXRect *)rects :(int)rectCount;

- start:sender;
- (struct pieceInfo *)pieceInfo;
- end:sender;
- showNext:sender;
- free;

@end

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