/[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.3 by thunder, Wed Jul 2 12:33:56 2003 UTC revision 1.4 by thunder, Tue Jul 22 10:51:33 2003 UTC
# Line 31  Line 31 
31  @class HgBonus;  @class HgBonus;
32  @class HgPlayer;  @class HgPlayer;
33    
34  @interface HgShip : HgMobile  @interface HgShip : HgMobile <NSCoding>
35  {  {
36  @private  @private
37    NSMutableArray  *_bonuses;    NSMutableArray  *_bonuses;
# Line 60  Line 60 
60  @end  @end
61    
62    
 @class NSCoder;  
   
 @interface HgShip (Coding)  
   
 - (void)encodeWithCoder: (NSCoder *)encoder;  
 - (id)initWithCoder: (NSCoder *)decoder;  
   
 @end  
   
63  #endif  /* HG_SHIP_H */  #endif  /* HG_SHIP_H */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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