cocoaTouch/TeamMenuViewController.h
author sheepluva
Sat, 27 Mar 2010 00:03:29 +0000
changeset 3092 dfeb6fc771f7
parent 2687 28b8330b8af1
permissions -rw-r--r--
doStepBomb: cache rounded values of Gear^.X/Y instead of recalculating the exact same values up to 512 times

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

#import <UIKit/UIKit.h>


@interface TeamMenuViewController : UIViewController {

}

@end