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

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

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

revision 1.1 by zaral, Thu May 22 08:50:38 2003 UTC revision 1.2 by dam, Tue Jul 8 17:36:20 2003 UTC
# Line 24  Line 24 
24  #ifndef UI_IMAGE_H  #ifndef UI_IMAGE_H
25  #define UI_IMAGE_H  #define UI_IMAGE_H
26    
27    #include <GL/gl.h>
28    
29  #include <Foundation/NSGeometry.h>  #include <Foundation/NSGeometry.h>
30    
31  #include "UiWidget.h"  #include "UiWidget.h"
32    
33  @class NSString;  @class NSString;
 @class NSImage;  
34    
35  @interface UiImage: UiWidget  @interface UiImage: UiWidget
36  {  {
37    NSImage *_image;    NSString *_imageName;
38      GLuint    _texture;
39  }  }
40    
41  - (id) initWithImageName: (NSString *)imageName  - (id) initWithImageName: (NSString *)imageName

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