Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2006, 12:22:11 AM (17 years ago)
Author:
patrick
Message:

integrating loading to we

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/oif/resource_oif.h

    r10051 r10052  
    1515{
    1616public:
    17   ResourceOIF(const std::string& modelName,
    18               const Resources::KeepLevel& keepLevel = Resources::KeepLevel());
     17  ResourceOIF(const std::string& fileName, const Resources::KeepLevel& keepLevel = Resources::KeepLevel());
    1918  static ResourceOIF createFromString(const std::string& loadString, const Resources::KeepLevel& keepLevel = Resources::KeepLevel());
    20   static std::string loadString(const std::string& modelName);
     19
    2120
    2221private:
Note: See TracChangeset for help on using the changeset viewer.