Frontend:
* Enabled deletion of teams
* Buttons to modify teams (add/edit/delete) are now disabled if options menu is opened from within a game room / local game setup (might change once open issues are fixed)
* No longer load/save ignore and friends lists in local game setup
//
// TeamMenuViewController.h
// hwengine
//
// Created by Vittorio on 08/01/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TeamMenuViewController : UIViewController {
}
@end