- Timestamp:
- May 24, 2006, 4:28:20 AM (19 years ago)
- Location:
- trunk/src/lib/graphics/importer
- Files:
- 
          - 2 edited
 
 - 
          texture.cc (modified) (1 diff)
- 
          texture.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/src/lib/graphics/importer/texture.ccr7789 r7790 101 101 } 102 102 103 Texture::Texture() 104 { 105 this->init(); 106 } 103 107 104 108 
- 
        trunk/src/lib/graphics/importer/texture.hr7788 r7790 48 48 { 49 49 public: 50 Texture(); 50 51 Texture(const Texture& texture); 51 Texture(GLenum target = GL_TEXTURE_2D);52 Texture(GLenum target); 52 53 Texture(const std::string& imageName, GLenum target = GL_TEXTURE_2D); 53 54 Texture(SDL_Surface* surface, GLenum target = GL_TEXTURE_2D); 
Note: See TracChangeset
          for help on using the changeset viewer.
      


 
            







