cocoaTouch/TeamEditViewController.h
author nemo
Sun, 24 Jan 2010 07:37:00 +0000
changeset 2704 51cda17b7c3b
parent 2687 28b8330b8af1
permissions -rw-r--r--
Rolling random numbers before land is generated is bad, m'kay? InitWorld probably not the best place for it.

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

#import <UIKit/UIKit.h>


@interface TeamEditViewController : UIViewController {

}

@end