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/object_information_file.cc

    r10051 r10052  
    2121
    2222
     23
    2324/**
    2425 * standard constructor
     26 */
     27ObjectInformationFile::ObjectInformationFile()
     28{
     29}
     30
     31/**
     32 *  constructor
    2533 * @todo this constructor is not jet implemented - do it
    2634*/
    27 ObjectInformationFile::ObjectInformationFile()
     35ObjectInformationFile::ObjectInformationFile(const std::string& fileName)
    2836{
    29   this->data = ResourceOIF("adsf").data;
     37  // load the oif file
     38  this->data = ResourceOIF(fileName).data;
    3039
    3140}
Note: See TracChangeset for help on using the changeset viewer.