ausgabefach.h 253 B
#ifndef AUSGABEFACH_H
#define AUSGABEFACH_H
class Ausgabefach{
private:
bool tuer_offen_;
//Sosse sosse_;
public:
Ausgabefach();
void nimm_Sosse();//(Soße soße);
void nimm_Ramen();
~Ausgabefach();
};
#endif // AUSGABEFACH_H