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

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

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

revision 1.2 by thunder, Wed Jul 2 12:30:49 2003 UTC revision 1.3 by thunder, Tue Jul 22 10:47:22 2003 UTC
# Line 27  Line 27 
27    
28  #include "HgStatic.h"  #include "HgStatic.h"
29    
30  @interface HgMobile : HgStatic  @interface HgMobile : HgStatic <NSCoding>
31  {  {
32  @private  @private
33    coord_t  _velocity;    coord_t  _velocity;
# Line 59  Line 59 
59  @end  @end
60    
61    
 @class NSCoder;  
   
 @interface HgMobile (Coding)  
   
 - (void)encodeWithCoder: (NSCoder *)encoder;  
 - (id)initWithCoder: (NSCoder *)decoder;  
   
 @end  
   
62  #endif  /* HG_MOBILE_H */  #endif  /* HG_MOBILE_H */

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

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