Skip to content
Snippets Groups Projects
foerderband.h 147 B
#ifndef FOERDERBAND_H
#define FOERDERBAND_H

class foerderband
{
public:
    foerderband();
    void transportieren();
};

#endif // FOERDERBAND_H