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

    r10051 r10052  
    77#define _OBJECT_INFORMATION_FILE_H
    88
    9 #include "vertex_array_model.h"
     9#include "base_object.h"
    1010
    1111#include "count_pointer.h"
     
    2929
    3030//! A class for object informations
    31 class ObjectInformationFile : public VertexArrayModel
     31class ObjectInformationFile : BaseObject
    3232{
    3333
    3434public:
    3535  ObjectInformationFile();
     36  ObjectInformationFile(const std::string& fileName);
    3637  virtual ~ObjectInformationFile();
    3738
Note: See TracChangeset for help on using the changeset viewer.