10 lines
93 B
C
10 lines
93 B
C
|
#ifndef __Mtwo_H
|
||
|
#define __Mtwo_H
|
||
|
|
||
|
#include "Motor.h"
|
||
|
|
||
|
class Mtwo : public Motor{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif
|