about summary refs log tree commit diff stats
path: root/data/maps/the_hive/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_hive/connections.txtpb')
0 files changed, 0 insertions, 0 deletions
/Classes/MainMenuLayer.h?h=v0.4.9&id=9cd57b731ab1c666d4a1cb725538fdc137763d12'>9cd57b7
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