cocoaTouch/SettingsViewController.h
author koda
Wed, 13 Jan 2010 09:41:35 +0000
changeset 2693 3207e0eacd43
parent 2687 28b8330b8af1
child 2694 dcd248e04f3d
permissions -rw-r--r--
GameSetup is now a class, use of NSThread instead of pthreads, game doesn't quit after first execution (but crashes aftewards - the irony)

//
//  SettingsViewController.h
//  hwengine
//
//  Created by Vittorio on 08/01/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface SettingsViewController : UIViewController {

}

@end