Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 22, 2006, 12:19:51 AM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: new Resources stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/graphics/importer/resource_texture.h

    r9781 r9784  
    1818
    1919private:
    20   class TextureResourcePointer
     20  class TextureResourcePointer : public Resource::Pointer
    2121  {
    2222  public:
    23     TextureResourcePointer(TextureData* data);
     23    TextureResourcePointer(const std::string& loadString, const Resource::KeepLevel& keepLevel, TextureData* data);
     24    inline const TextureData::Pointer& ptr() const { return pointer; }
    2425  private:
    25     TextureData::Pointer* pointer;
     26    TextureData::Pointer pointer;
    2627  };
    2728
Note: See TracChangeset for help on using the changeset viewer.