Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 22, 2006, 6:55:52 PM (18 years ago)
Author:
bensch
Message:

renaming for namespace-purposes

File:
1 edited

Legend:

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

    r9785 r9788  
    1212
    1313
    14 class ResourceTexture : public Texture, public Resource
     14class ResourceTexture : public Texture, public NewResource
    1515{
    1616public:
     
    1919
    2020private:
    21 class TextureResourcePointer : public Resource::Pointer
     21class TextureResourcePointer : public NewResource::Pointer
    2222  {
    2323  public:
    24     TextureResourcePointer(const std::string& loadString, const Resource::KeepLevel& keepLevel, const TextureData::Pointer& data);
     24    TextureResourcePointer(const std::string& loadString, const NewResource::KeepLevel& keepLevel, const TextureData::Pointer& data);
    2525    inline const TextureData::Pointer& ptr() const { return pointer; }
    2626  private:
     
    2929
    3030private:
    31   static Resource::Type type;
     31  static NewResource::Type type;
    3232};
    3333
Note: See TracChangeset for help on using the changeset viewer.