diff -r 40d225cf9c43 -r d781b00f3ed4 Source/Game.h --- a/Source/Game.h Tue Mar 11 09:21:53 2008 -0700 +++ b/Source/Game.h Tue Mar 11 17:09:50 2008 -0700 @@ -36,6 +36,8 @@ (By default it just returns the class name with the "Game" suffix removed.) */ + (NSString*) displayName; ++ (BOOL) landscapeOriented; + @property (readonly, copy) NSArray *players; @property (readonly) Player *currentPlayer, *winner;