Source/Game.h
changeset 15 73f8c889f053
parent 10 6c78cc6bd7a6
child 16 28392c9a969f
     1.1 --- a/Source/Game.h	Thu Jul 03 17:44:30 2008 -0700
     1.2 +++ b/Source/Game.h	Wed Jul 09 17:07:45 2008 -0700
     1.3 @@ -77,6 +77,10 @@
     1.4  @property unsigned currentTurnNo;
     1.5  @property (readonly) BOOL isLatestTurn;
     1.6  
     1.7 +/** Check this before the user begins a move action (mouse-down on a bit, etc.)
     1.8 +    It's YES if it's OK to move,  or NO if the current move is finished or it's another player's turn. */
     1.9 +@property (readonly) BOOL okToMove;
    1.10 +
    1.11  @property BOOL requireConfirmation;
    1.12  - (void) cancelCurrentTurn;
    1.13  - (void) confirmCurrentTurn;