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

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

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

revision 1.3 by thunder, Wed Jul 2 12:34:30 2003 UTC revision 1.4 by thunder, Tue Jul 22 10:52:10 2003 UTC
# Line 26  Line 26 
26    
27  #include "HgObject.h"  #include "HgObject.h"
28    
29  @interface HgStatic : HgObject  @interface HgStatic : HgObject <NSCoding>
30  {  {
31  @private  @private
32    unsigned _mass;    unsigned _mass;
# Line 47  Line 47 
47  @end  @end
48    
49    
 @class NSCoder;  
   
 @interface HgStatic (Coding)  
   
 - (void)encodeWithCoder: (NSCoder *)encoder;  
 - (id)initWithCoder: (NSCoder *)decoder;  
   
 @end  
   
50  #endif  /* HG_STATIC_H */  #endif  /* HG_STATIC_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