diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-10-17 20:57:46 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-10-17 20:57:46 -0400 |
commit | 08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc (patch) | |
tree | 7f08db53abebda90785398911a6ed2f08c972051 /Classes/Cart.h | |
parent | 4d09a715397de91a66f3fbea0fe2b629f64b6e9a (diff) | |
download | cartcollect-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.h | 2 |
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 |