00001 #ifndef MRSTACCELEROMETERADAPTORPLUGIN_H 00002 #define MRSTACCELEROMETERADAPTORPLUGIN_H 00003 00004 #include "plugin.h" 00005 00006 class MRSTAccelerometerAdaptorPlugin : public Plugin 00007 { 00008 private: 00009 void Register(class Loader& l); 00010 }; 00011 00012 #endif