cocoaTouch/WeaponSettingsViewController.h
author smxx
Thu, 29 Apr 2010 19:39:58 +0000
changeset 3379 f73e0e8e55c2
parent 3356 3ae3fccb439e
permissions -rw-r--r--
Engine: * Fixed highlight color (little/big endian issue or just different byte order for clan colors?)

//
//  WeaponSettingsViewController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 19/04/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface WeaponSettingsViewController : UITableViewController {

}

@end