include/dynamic/me.h

Go to the documentation of this file.
00001 #ifndef ME_H
00002 #define ME_H
00003 #include "motor.h"
00007 namespace dynamic
00008 {
00013         class me:public motor
00014         {
00015                 private:
00016                 protected:
00017                 public:
00018                         me();
00019                         ~me();
00020         };
00021 }
00022 #endif //ME_H

Generated on Sun Mar 11 15:42:40 2007 for Dynamic library by  doxygen 1.4.7