SWADP/Opdracht_4/inc/Mtwo.h

10 lines
93 B
C
Raw Normal View History

#ifndef __Mtwo_H
#define __Mtwo_H
#include "Motor.h"
class Mtwo : public Motor{
};
#endif