/[hegemonie]/hegemonie/Headers/Common/Texture.h
ViewVC logotype

Diff of /hegemonie/Headers/Common/Texture.h

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

revision 1.1 by madruon, Mon Jun 30 10:42:11 2003 UTC revision 1.2 by dam, Tue Jul 8 17:35:23 2003 UTC
# Line 24  Line 24 
24  #ifndef TEXTURE_H  #ifndef TEXTURE_H
25  #define TEXTURE_H  #define TEXTURE_H
26    
27  #include <GL/glu.h>  #include <GL/gl.h>
28    
29  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
30    #include <Foundation/NSGeometry.h>
31    
32  @class NSString;  @class NSString;
33    
# Line 35  Line 36 
36  @private  @private
37    unsigned _counter;    unsigned _counter;
38    GLuint   _textureName;    GLuint   _textureName;
39      NSSize   _size;
40  }  }
41    
42    
# Line 44  Line 46 
46    
47  - (GLuint) textureName;  - (GLuint) textureName;
48    
49    - (NSSize) size;
50    
51  - (void) upCounter;  - (void) upCounter;
52    
53  - (void) downCounter;  - (void) downCounter;

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