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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Classes/JumpGameMode.h b/Classes/JumpGameMode.h index 0d23317..0b6c5d2 100644 --- a/Classes/JumpGameMode.h +++ b/Classes/JumpGameMode.h
@@ -14,6 +14,7 @@
14 CCSprite* water; 14 CCSprite* water;
15 int waterTick; 15 int waterTick;
16 BOOL wave; 16 BOOL wave;
17 BOOL isGesturing;
17 CGPoint gestureStartPoint; 18 CGPoint gestureStartPoint;
18 int jumpTick; 19 int jumpTick;
19 BOOL jump; 20 BOOL jump;