123456789101112 |
- #ifndef Initialisierung_H
- #define Initialisierung_H
- #include <Knopf.h>
- #include <TextFeld.h>
- 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
|