SWADP/Opdracht_4/inc/Mone.h

10 lines
93 B
C
Raw Normal View History

#ifndef __Mone_H
#define __Mone_H
#include "Motor.h"
class Mone : public Motor{
};
#endif