#ifndef TIER_H #define TIER_H #include #include #include "tier.h" tier::tier() { this->Laut = "void"; } std::string tier::getLaut() { return this->Laut; } #endif