Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2006, 11:54:07 PM (17 years ago)
Author:
patrick
Message:

added the oif ground classes including their resource management system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/oif/object_information_file.cc

    r10050 r10051  
    1818#include "object_information_file.h"
    1919
    20 
     20#include "resource_oif.h"
    2121
    2222
     
    2525 * @todo this constructor is not jet implemented - do it
    2626*/
    27 ObjectInformationFile::ObjectInformationFile(float sizeX, float sizeY, unsigned int rows, unsigned int columns)
     27ObjectInformationFile::ObjectInformationFile()
    2828{
     29  this->data = ResourceOIF("adsf").data;
     30
    2931}
    3032
Note: See TracChangeset for help on using the changeset viewer.