Source/Game.h
changeset 6 af9b2b929b03
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	Wed Mar 12 15:51:32 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