equal
deleted
inserted
replaced
19 */ |
19 */ |
20 |
20 |
21 |
21 |
22 #import "SavedGamesViewController.h" |
22 #import "SavedGamesViewController.h" |
23 #import "GameInterfaceBridge.h" |
23 #import "GameInterfaceBridge.h" |
24 #import "CommodityFunctions.h" |
24 |
25 |
25 |
26 @implementation SavedGamesViewController |
26 @implementation SavedGamesViewController |
27 @synthesize tableView, listOfSavegames, interfaceBridge, numberOfItems; |
27 @synthesize tableView, listOfSavegames, interfaceBridge, numberOfItems; |
28 |
28 |
29 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { |
29 -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { |