diff options
Diffstat (limited to 'Classes/FallingObject.h')
-rwxr-xr-x | Classes/FallingObject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Classes/FallingObject.h b/Classes/FallingObject.h index a1ac56e..0bda787 100755 --- a/Classes/FallingObject.h +++ b/Classes/FallingObject.h | |||
@@ -17,5 +17,8 @@ | |||
17 | @property (readonly) CCSprite* sprite; | 17 | @property (readonly) CCSprite* sprite; |
18 | @property (readonly) int weight; | 18 | @property (readonly) int weight; |
19 | - (id)init; | 19 | - (id)init; |
20 | - (BOOL)tick; | ||
21 | - (void)collideWithCart; | ||
22 | - (void)collideWithFloor; | ||
20 | 23 | ||
21 | @end | 24 | @end |