#ifndef FOERDERBAND_H #define FOERDERBAND_H class foerderband { public: foerderband(); void transportieren(); }; #endif // FOERDERBAND_H