summary refs log tree commit diff stats
path: root/Classes/MainMenuLayer.h
blob: c7e33482a6fa71b0930820f8a42af4b3839beec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
//  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)tutorial;
- (void)jump;
- (void)highscores;

@end