#ifndef Initialisierung_H #define Initialisierung_H #include #include using namespace Framework; Knopf *initKnopf( int x, int y, int br, int hö, Schrift *zSchrift, int style, char *titel ); TextFeld *initTextFeld( int x, int y, int br, int hö, Schrift *zSchrift, int style, char *txt ); #endif