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