Skip to content
Snippets Groups Projects
motor.h 173 B
#ifndef MOTOR_H
#define MOTOR_H
#include "aktoren.h"

class motor : aktoren
{
public:
    motor();
    //virtual ~motor();
    void motor_antreiben();
};

#endif // MOTOR_H