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