diff options
Diffstat (limited to 'Classes/GameMode.h')
| -rw-r--r-- | Classes/GameMode.h | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/Classes/GameMode.h b/Classes/GameMode.h index e82ad10..cd0359d 100644 --- a/Classes/GameMode.h +++ b/Classes/GameMode.h | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #import "CCLayer.h" | 9 | #import "CCLayer.h" |
| 10 | #import "Cart.h" | 10 | #import "Cart.h" |
| 11 | #import "FallingObjectFactory.h" | ||
| 11 | 12 | ||
| 12 | #define GAME_SCENE 436 | 13 | #define GAME_SCENE 436 |
| 13 | #define GAME_LAYER 437 | 14 | #define GAME_LAYER 437 |
| @@ -18,6 +19,7 @@ | |||
| 18 | int lives; | 19 | int lives; |
| 19 | int pointMultiplier; | 20 | int pointMultiplier; |
| 20 | Cart* cart; | 21 | Cart* cart; |
| 22 | FallingObjectFactory* objectFactory; | ||
| 21 | 23 | ||
| 22 | CCLayerColor* shadedLayer; | 24 | CCLayerColor* shadedLayer; |
| 23 | CCLayer* pauseLayer; | 25 | CCLayer* pauseLayer; |
