changeset 20 | 7c9ecb09a612 |
parent 16 | 28392c9a969f |
child 22 | 4cb50131788f |
1.1 --- a/Source/BoardView.h Mon Jul 14 21:00:15 2008 -0700 1.2 +++ b/Source/BoardView.h Fri Jul 18 13:26:59 2008 -0700 1.3 @@ -28,6 +28,7 @@ 1.4 /** NSView that hosts a game. */ 1.5 @interface BoardView : NSView 1.6 { 1.7 + IBOutlet NSView *_fullScreenView; // View to use as root of full-screen mode 1.8 @private 1.9 Game *_game; // Current Game 1.10 GGBLayer *_table; // Game's root layer