diff -r e9f7ba4718e1 -r 3eb7be1dd7b6 Source/GoGame.m --- a/Source/GoGame.m Fri Mar 07 11:43:02 2008 -0800 +++ b/Source/GoGame.m Mon Mar 10 17:30:57 2008 -0700 @@ -26,6 +26,7 @@ #import "Dispenser.h" #import "Stack.h" #import "QuartzUtils.h" +#import "GGBUtils.h" @implementation GoGame @@ -44,7 +45,7 @@ } -- (id) initWithBoard: (CALayer*)board +- (id) initWithBoard: (GGBLayer*)board { self = [super initWithBoard: board]; if (self != nil) { @@ -153,7 +154,7 @@ } } if( captured ) - [[NSSound soundNamed: @"Pop"] play]; + PlaySound(@"Pop"); [self nextPlayer]; }