summary refs log tree commit diff stats
path: root/Classes/ScoreBarLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/ScoreBarLayer.h')
-rw-r--r--Classes/ScoreBarLayer.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Classes/ScoreBarLayer.h b/Classes/ScoreBarLayer.h new file mode 100644 index 0000000..4102f73 --- /dev/null +++ b/Classes/ScoreBarLayer.h
@@ -0,0 +1,19 @@
1//
2// ScoreBarLayer.h
3// Cartographic
4//
5// Created by Starla Insigna on 1/4/13.
6// Copyright 2013 __MyCompanyName__. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "cocos2d.h"
11
12@interface ScoreBarLayer : CCLayerGradient {
13
14}
15
16+ (ScoreBarLayer*)scoreBar;
17- (id)init;
18
19@end