00001 #ifndef _VU_SPHERIC_REVOLVER3B_UTILITY_H_ 00002 #define _VU_SPHERIC_REVOLVER3B_UTILITY_H_ 00003 00004 #include "vuSphericRevolver.h" 00005 00006 class vuSphericRevolver3B : public vuSphericRevolver<3,byte> { 00007 public: 00008 bool init(const char *DataFile); 00009 00011 static const char* getFileType() { return "16113"; } 00012 00013 private: 00014 DECLARE_EVENT_TABLE() 00015 }; 00016 00017 00018 #endif /* _VU_SPHERIC_REVOLVER3B_UTILITY_H_ */