//
//  GameModeSelectionDelegate.h
//  Cartographic
//
//  Created by Starla Insigna on 8/23/11.
//  Copyright 2011 Four Island. All rights reserved.
//

#import <Foundation/Foundation.h>

@class GameModeSelection;

@protocol GameModeSelectionDelegate <NSObject>

- (void)didSelectGameMode:(GameModeSelection*)gameMode;

@end