summary refs log tree commit diff stats
path: root/Classes/ScoreBarLayer.h
blob: 4102f7313f98534b480c57f1c08d1280eebeb7a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  ScoreBarLayer.h
//  Cartographic
//
//  Created by Starla Insigna on 1/4/13.
//  Copyright 2013 __MyCompanyName__. All rights reserved.
//

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

@interface ScoreBarLayer : CCLayerGradient {
    
}

+ (ScoreBarLayer*)scoreBar;
- (id)init;

@end