This is AbstractErgoView.m in view mode; [Download] [Up]
#import "AbstractErgoView.h" @implementation AbstractErgoView - gameOver { return self; } - letOtherColorMove { return self; } - startOfNewMove { return self; } /* Private methods: */ - calculateScore: sender { return self; } - capture: sender { return self; } - checkAdjacencyWith: sender { return self; } - checkForLegalMoveFrom: sender { return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.