Changeset 7229 in orxonox.OLD for branches/resources/src/lib/graphics/importer/texture.h
- Timestamp:
- Mar 21, 2006, 3:13:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/resources/src/lib/graphics/importer/texture.h
r7221 r7229 8 8 9 9 #include "base_object.h" 10 #include "lib/util/loading/resource.h" 10 11 11 12 #include "glincl.h" … … 15 16 16 17 //! A Class, that reads in Textures from different fileformats. 17 class Texture : public BaseObject18 class Texture : public Loading::Resource 18 19 { 19 20 public: … … 43 44 44 45 protected: 45 46 46 bool setSurface(SDL_Surface* newSurface); 47 47 bool setAlpha(bool hasAlpha) { this->bAlpha = hasAlpha; };
Note: See TracChangeset
for help on using the changeset viewer.