diff -r bcd6d76db4f7 -r e5403e2bf02c cocoaTouch/GameConfigViewController.h --- a/cocoaTouch/GameConfigViewController.h Wed Apr 21 21:38:07 2010 +0000 +++ b/cocoaTouch/GameConfigViewController.h Thu Apr 22 17:43:12 2010 +0000 @@ -30,5 +30,5 @@ @property (nonatomic,retain) IBOutlet UIBarButtonItem *startButton; -(IBAction) buttonPressed:(id) sender; - +-(void) startGame; @end