summary refs log tree commit diff stats
path: root/Classes/NMPanelMenu.h
blob: 3487849a6dc6b845dba63b6f2446c8e3bbcdc49e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  NMPanelMenu.h
 *  shapes
 *
 *  Created by Nate Murray on 7/29/10.
 *  Copyright 2010 YetiApps. All rights reserved.
 *
 */

#import "cocos2d.h"
@interface NMPanelMenu : CCMenu {
}
-(CCMenuItem *) itemForTouch: (UITouch *) touch;
@end