/[hegemonie]/hegemonie/Headers/GameEngine/HgShip.h
ViewVC logotype

Diff of /hegemonie/Headers/GameEngine/HgShip.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by thunder, Wed Aug 13 16:31:30 2003 UTC revision 1.6 by dam, Tue Aug 19 11:54:55 2003 UTC
# Line 27  Line 27 
27  #include "HgMobile.h"  #include "HgMobile.h"
28    
29  @class NSMutableArray;  @class NSMutableArray;
 @class NSCoder;  
30    
31  @class HgBonus;  @class HgBonus;
32  @class HgPlayer;  @class HgPlayer;
# Line 60  Line 59 
59    
60  @end  @end
61    
 @interface HgShip (NSCoding)  
62    
63  - (void)encodeWithCoder: (NSCoder *)encoder;  @class NSCoder;
64  - (id)initWithCoder: (NSCoder *)decoder;  
65    @interface HgShip (NSCoding) <NSCoding>
66    
67    - (void) encodeWithCoder: (NSCoder *)encoder;
68    - (id) initWithCoder: (NSCoder *)decoder;
69    
70  @end  @end
71    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26