cocoaTouch/SplitViewRootController.h
author smxx
Tue, 18 May 2010 13:09:57 +0000
changeset 3475 95345f98da19
parent 3374 0d522416d97f
child 3490 016b3172b645
permissions -rw-r--r--
Engine: * Modified gas grenade and added graphics to it (better get a nose clip!) * Added the ability to tint visual gears * Added the ability to tint explosion effects * Birdy's eggs now cause a small green explosion

//
//  SplitViewRootController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 27/03/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>

@class DetailViewController;
@interface SplitViewRootController : UIViewController {
    DetailViewController *detailViewController;
}

@end