projects
/
tanks-ios.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d46d106
5bd75b4
)
Pulling from origin master.
author
chsieh
<chester.developer@hotmail.com>
Mon, 9 May 2011 00:16:45 +0000 (17:16 -0700)
committer
chsieh
<chester.developer@hotmail.com>
Mon, 9 May 2011 00:16:45 +0000 (17:16 -0700)
1
2
src/tanks/Game.h
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/tanks/Game.h
index
7bd6a65
,
50950df
..
625d40e
---
1
/
tanks/tanks/Game.h
---
2
/
src/tanks/Game.h
+++ b/
src/tanks/Game.h
@@@
-8,11
-8,11
+8,10
@@@
#import <Foundation/Foundation.h>
#import "Sparrow.h"
- #import "Game/Unit/Unit.h"
-
+ #import "tanks/unit/Unit.h"
-
@interface Game : SPStage
- @property(nonatomic, assign) Unit* unit;
+ @property(retain) Unit* unit;
@end