00001 #ifndef CAJUN_MILKSHAPEMODEL_H 00002 #define CAJUN_MILKSHAPEMODEL_H 00003 00004 #include <fstream> 00005 #include "model.H" 00006 00007 class MilkshapeModel : public Model 00008 { 00009 public: 00010 /* Constructor. */ 00011 MilkshapeModel(); 00012 00013 /* Destructor. */ 00014 ~MilkshapeModel(); 00015 00016 bool loadModelData(const char *filename); 00017 }; 00018 #endif // ndef MILKSHAPEMODEL_H