#include #include class tier{ public: tier(); std::string getLaut(); protected: std::string Laut; };