changeset 4 | d781b00f3ed4 |
parent 3 | 40d225cf9c43 |
child 7 | 428a194e3e59 |
1.1 --- a/Source/Game.h Tue Mar 11 09:21:53 2008 -0700 1.2 +++ b/Source/Game.h Tue Mar 11 17:09:50 2008 -0700 1.3 @@ -36,6 +36,8 @@ 1.4 (By default it just returns the class name with the "Game" suffix removed.) */ 1.5 + (NSString*) displayName; 1.6 1.7 ++ (BOOL) landscapeOriented; 1.8 + 1.9 @property (readonly, copy) NSArray *players; 1.10 @property (readonly) Player *currentPlayer, *winner; 1.11