summary refs log tree commit diff stats
path: root/Classes/JumpGameMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/JumpGameMode.h')
-rw-r--r--Classes/JumpGameMode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Classes/JumpGameMode.h b/Classes/JumpGameMode.h index b18fd5a..a09bbea 100644 --- a/Classes/JumpGameMode.h +++ b/Classes/JumpGameMode.h
@@ -11,12 +11,10 @@
11 11
12@class LedgeFactory; 12@class LedgeFactory;
13 13
14@interface JumpGameMode : GameMode <CCStandardTouchDelegate, FallingObjectDelegate> { 14@interface JumpGameMode : GameMode <FallingObjectDelegate> {
15 CCSprite* water; 15 CCSprite* water;
16 int waterTick; 16 int waterTick;
17 BOOL wave; 17 BOOL wave;
18 BOOL isGesturing;
19 CGPoint gestureStartPoint;
20 int jumpTick; 18 int jumpTick;
21 BOOL jump; 19 BOOL jump;
22 float expectedAngle; 20 float expectedAngle;