equal
deleted
inserted
replaced
17 * |
17 * |
18 * File created on 30/10/2010. |
18 * File created on 30/10/2010. |
19 */ |
19 */ |
20 |
20 |
21 |
21 |
22 @class OverlayViewController; |
22 void objcExportsInit(void); |
23 |
23 BOOL isGameRunning(void); |
24 void objcExportsInit(OverlayViewController *instance); |
|
25 BOOL isGameRunning(); |
|
26 void setGameRunning(BOOL value); |
24 void setGameRunning(BOOL value); |
27 NSInteger cachedGrenadeTime(); |
25 NSInteger cachedGrenadeTime(void); |
28 void clearView(); |
26 void clearView(void); |
29 void setGrenadeTime(NSInteger value); |
27 void setGrenadeTime(NSInteger value); |
30 BOOL isApplePhone(void); |
28 BOOL isApplePhone(void); |
31 |
29 |
32 void startSpinningProgress(); |
30 void startSpinningProgress(void); |
33 void stopSpinningProgress(); |
31 void stopSpinningProgress(void); |
34 void saveBeganSynching(); |
32 void saveBeganSynching(void); |
35 void saveFinishedSynching(); |
33 void saveFinishedSynching(void); |