summary refs log tree commit diff stats
path: root/Classes/Cart.h
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-10-17 20:57:46 -0400
committerStarla Insigna <starla4444@gmail.com>2011-10-17 20:57:46 -0400
commit08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc (patch)
tree7f08db53abebda90785398911a6ed2f08c972051 /Classes/Cart.h
parent4d09a715397de91a66f3fbea0fe2b629f64b6e9a (diff)
downloadcartcollect-08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc.tar.gz
cartcollect-08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc.tar.bz2
cartcollect-08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc.zip
Added support for gyroscope-based movement v0.4.8
Closes #230
Diffstat (limited to 'Classes/Cart.h')
-rw-r--r--Classes/Cart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/Cart.h b/Classes/Cart.h index 1058025..af463f2 100644 --- a/Classes/Cart.h +++ b/Classes/Cart.h
@@ -26,6 +26,6 @@
26@property (assign) BOOL boundedByScreen; 26@property (assign) BOOL boundedByScreen;
27- (id)initWithSprite:(CCSprite*)sprite; 27- (id)initWithSprite:(CCSprite*)sprite;
28- (void)tick; 28- (void)tick;
29- (void)accelerometer:(UIAccelerometer*)accelerometer didAccelerate:(UIAcceleration*)acceleration; 29- (void)deviceDidRotate:(double)pitch;
30 30
31@end 31@end