summary refs log tree commit diff stats
path: root/Classes/MainMenuLayer.h
blob: 439056c786b486d5ba2534d530fd3ccfaa8922f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  MainMenuLayer.h
//  Cart Collect
//
//  Created by iD Student Account on 7/20/11.
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "cocos2d.h"

@interface MainMenuLayer : CCLayer {

}

+ (CCScene*)scene;
- (id)init;
- (void)newgame;
- (void)highscores;
- (void)feedback;

@end