Source/Turn.h
changeset 15 73f8c889f053
parent 10 6c78cc6bd7a6
child 16 28392c9a969f
     1.1 --- a/Source/Turn.h	Thu Jul 03 17:44:30 2008 -0700
     1.2 +++ b/Source/Turn.h	Wed Jul 09 17:07:45 2008 -0700
     1.3 @@ -39,14 +39,14 @@
     1.4  
     1.5  @property (readonly)      Game      *game;
     1.6  @property (readonly)      Player    *player, *nextPlayer;
     1.7 -@property (readonly)      Turn      *previousTurn;
     1.8 +@property (readonly)      Turn      *previousTurn, *nextTurn;
     1.9  @property (readonly)      unsigned   turnNumber;
    1.10  @property (readonly)      BOOL       isLatestTurn;
    1.11  
    1.12  @property                 TurnStatus status;
    1.13  
    1.14 -@property (readonly,copy) NSString  *move;
    1.15 -@property (readonly,copy) NSString  *boardState;
    1.16 +@property (readonly,copy) NSString  *move;              // The player's move (nil for turn  0)
    1.17 +@property (readonly,copy) NSString  *boardState;        // State of the game AFTER the move
    1.18  @property (readonly,retain)NSDate   *date;
    1.19  @property (copy)          NSString  *comment;
    1.20