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

    r10050 r10051  
    99#include "vertex_array_model.h"
    1010
     11#include "count_pointer.h"
    1112
     13
     14//! A class for object informations
     15class OIFData : BaseObject
     16{
     17public:
     18  typedef CountPointer<OIFData>    Pointer;
     19
     20public:
     21  OIFData();
     22  virtual ~OIFData();
     23
     24
     25
     26private:
     27
     28};
    1229
    1330//! A class for object informations
     
    2239
    2340private:
     41  CountPointer<OIFData>          data;                           //!< the oif data pointer
    2442
    2543};
Note: See TracChangeset for help on using the changeset viewer.