changeset 6409 | ca93f38a1aab |
parent 6353 | d8f62c805619 |
child 6700 | e04da46ee43c |
6407:f63b2330147a | 6409:ca93f38a1aab |
---|---|
35 +(BOOL) isGameLaunched; |
35 +(BOOL) isGameLaunched; |
36 +(BOOL) isGameRunning; |
36 +(BOOL) isGameRunning; |
37 |
37 |
38 +(NSString *)modelType; |
38 +(NSString *)modelType; |
39 +(NSArray *)teamColors; |
39 +(NSArray *)teamColors; |
40 +(void) releaseCache; |
|
41 |
|
40 +(NSInteger) randomPort; |
42 +(NSInteger) randomPort; |
41 +(BOOL) isNetworkReachable; |
43 +(BOOL) isNetworkReachable; |
42 +(void) releaseCache; |
44 +(UIView *)mainSDLViewInstance; |
43 |
45 |
44 @end |
46 @end |
45 |
47 |