This is HumanPlayer.h in view mode; [Download] [Up]
/* * HumanPlayer * description: a very simple subclass of Player. * history: * 2/15/93 [Erik Kay] - created */ #import "Player.h" @interface HumanPlayer:Player { } // human player isn't computed, but is specified by the user - setPlayerName:(const char *)nm; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.