diff -r 73f8c889f053 -r 2eb229411d73 Source/Turn.h --- a/Source/Turn.h Wed Jul 09 17:07:45 2008 -0700 +++ b/Source/Turn.h Mon Jul 21 17:32:21 2008 -0700 @@ -58,4 +58,9 @@ @property BOOL replaying; + + +/** Changes a Turn's status from finished back to complete. For use only by -[Game unfinishLastTurn] */ +- (void) _unfinish; + @end