diff options
Diffstat (limited to 'Classes/GameOverLayer.m')
-rwxr-xr-x | Classes/GameOverLayer.m | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Classes/GameOverLayer.m b/Classes/GameOverLayer.m index 65b11e1..9f58f01 100755 --- a/Classes/GameOverLayer.m +++ b/Classes/GameOverLayer.m | |||
@@ -7,7 +7,10 @@ | |||
7 | // | 7 | // |
8 | 8 | ||
9 | #import "GameOverLayer.h" | 9 | #import "GameOverLayer.h" |
10 | 10 | #import "Cart_CollectAppDelegate.h" | |
11 | #import <sqlite3.h> | ||
12 | #import "cocoslive.h" | ||
13 | #import "MainMenuLayer.h" | ||
11 | 14 | ||
12 | @implementation GameOverLayer | 15 | @implementation GameOverLayer |
13 | 16 | ||