/[hegemonie]/hegemonie/Source/GameFrame.m
ViewVC logotype

Diff of /hegemonie/Source/GameFrame.m

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

revision 1.2 by dam, Mon Jul 28 14:40:59 2003 UTC revision 1.3 by zaral, Tue Aug 5 12:33:21 2003 UTC
# Line 22  Line 22 
22   */   */
23    
24  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
25    #include <Foundation/NSException.h>
26    
27  #include "Interface.h"  #include "Interface.h"
28  #include "GameWidget.h"  #include "GameWidget.h"
# Line 31  Line 32 
32    
33  - (id) initWithInterface: (Interface *)interface  - (id) initWithInterface: (Interface *)interface
34  {  {
35      NSParameterAssert (interface);
36    
37    self = [super initWithInterface: interface];    self = [super initWithInterface: interface];
38    if (self != nil)    if (self != nil)
39      {      {

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