Source/GoGame.h
changeset 16 28392c9a969f
parent 10 6c78cc6bd7a6
     1.1 --- a/Source/GoGame.h	Thu Jul 03 17:44:30 2008 -0700
     1.2 +++ b/Source/GoGame.h	Mon Jul 14 21:00:15 2008 -0700
     1.3 @@ -28,7 +28,7 @@
     1.4      See: http://en.wikipedia.org/wiki/Go_%28board_game%29 */
     1.5  @interface GoGame : Game
     1.6  {
     1.7 -    RectGrid *_grid;
     1.8 +    RectGrid *_board;
     1.9      Stack *_captured[2];
    1.10  }
    1.11