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/new_resource_manager.h

    r9798 r9799  
    2525  bool addResourceSubPath(const std::string& resourceName, const std::string& pathName);
    2626  void registerType(Resources::Type* type);
     27  void unregisterType(Resources::Type* type);
    2728
    2829  unsigned int addKeepLevelName(const std::string& keepLevelName);
    2930  unsigned int getKeepLevelID(const std::string& keepLevelName) const;
    30   const std::string& getKeepLevelID(unsigned int keepLevelID) const;
     31  const std::string& getKeepLevelName(unsigned int keepLevelID) const;
    3132
    3233  const std::vector<Resources::Type*> resourceTypes() const { return _resourceTypes; };
Note: See TracChangeset for help on using the changeset viewer.