diff -r 3eb7be1dd7b6 -r 40d225cf9c43 Source/Game.m --- a/Source/Game.m Mon Mar 10 17:30:57 2008 -0700 +++ b/Source/Game.m Tue Mar 11 09:21:53 2008 -0700 @@ -30,15 +30,6 @@ @end -/** WARNING: THIS CODE REQUIRES GARBAGE COLLECTION! - ** This sample application uses Objective-C 2.0 garbage collection. - ** Therefore, the source code in this file does NOT perform manual object memory management. - ** If you reuse any of this code in a process that isn't garbage collected, you will need to - ** add all necessary retain/release/autorelease calls, and implement -dealloc methods, - ** otherwise unpleasant leakage will occur! - **/ - - @implementation Game @@ -134,6 +125,12 @@ [self endTurn]; } +- (Bit*) bitToPlaceInHolder: (id)holder +{ + return nil; +} + + - (BOOL) clickedBit: (Bit*)bit { return YES;