//: parkplatz.h : Autos und Zweiraeder - R.Richter 2007-01-13 ///////////////////////////////////////////////////////////// #ifndef PARKPLATZ_H #ifndef PARKPLATZ_H struct Parkplatz { int fahrzeuge; int reifen; int autos (); int mopeds(); }; #endif // PARKPLATZ_H