/[hegemonie]/hegemonie/Headers/Interface/UiInterface.h
ViewVC logotype

Diff of /hegemonie/Headers/Interface/UiInterface.h

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

revision 1.1 by zaral, Thu May 22 08:50:59 2003 UTC revision 1.2 by zaral, Wed Jun 4 16:54:21 2003 UTC
# Line 26  Line 26 
26    
27  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
28  #include <Foundation/NSArray.h>  #include <Foundation/NSArray.h>
 #include <stdio.h>  
29    
30  #include "UiFrame.h"  @class UiFrame;
 //@class UiFrame;  
31    
32  @interface UiInterface: NSObject  @interface UiInterface: NSObject
33  {  {
34  @private  @private
35    NSMutableArray *_frames;    NSMutableArray *_frames;
36    UiFrame *_currentFrame;    UiFrame        *_currentFrame;
37  }  }
38    
39  - (id) init;  - (id) init;
40    - (void) display;
41  - (void) addFrame: (UiFrame *) frame;  - (void) addFrame: (UiFrame *) frame;
 - (void) showFrame: (UiFrame *) frame;  
42  - (void) setCurrentFrame: (UiFrame *) frame;  - (void) setCurrentFrame: (UiFrame *) frame;
 //- (void) sdlInit;  
 //- (void) glInit;  
43    
44  @end  @end
45    

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

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