Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2006, 12:06:35 PM (18 years ago)
Author:
bensch
Message:

ResourceManager now cleans up too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/resource.h

    r9798 r9799  
    2323
    2424    unsigned int keepLevel() const { return _keepLevel; };
     25    const std::string& name() const;
    2526  private:
    2627    unsigned int                        _keepLevel;
     
    4344  public:
    4445    Type(const std::string& typeName);
     46    ~Type();
    4547    bool operator==(const std::string& resourceName) const { return this->_typeName == resourceName; };
    4648
Note: See TracChangeset for help on using the changeset viewer.