cocoaTouch/GameConfigViewController.h
changeset 3364 e5403e2bf02c
parent 3361 cfc6cd502f85
child 3365 37ac593e9027
--- 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