Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2006, 11:39:47 PM (18 years ago)
Author:
bensch
Message:

new_class_id: dynamic loading works completely

try the shell with:
ResourceManger load Texture some-pic-from-data

File:
1 edited

Legend:

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

    r9845 r9848  
    4747
    4848    void unloadAllBelowKeepLevel(const Resources::KeepLevel& keepLevel);
     49    void loadFromLoadString(const std::string& resourceTypeName, const std::string& loadString);
    4950
    5051    void debug() const;
     
    5859
    5960  private:
    60     static ResourceManager*         _singletonRef;       //!< singleton Reference
     61    static ResourceManager*            _singletonRef;       //!< singleton Reference
    6162
    6263    Directory                          _mainGlobalPath;     //!< The main include directory (default at "./")
Note: See TracChangeset for help on using the changeset viewer.