home *** CD-ROM | disk | FTP | other *** search
- /*
- * defsE.h © by Martin Steppler
- */
-
- #define INTUITION_REV 0
- #define GRAPHICS_REV 0
- #define NL 0
- #define ESC 27 /* escape */
- #define MIX 1 /* kleinstes x */
- #define MIY 5 /* kleinstes y */
- #define ABSMAY 23 /* größtes y */
- #define EOS 0 /* end of string */
- #define LF 10 /* linefeed */
- #define GROESSE 512
- #define ROT 3
- #define SCHWARZ 2
- #define WEISS 1
- #define BLAU 0
- #define MAX1 78
- #define OFF1 50 /* offset in x-Richtung */
- #define ABSMAX 255 /* maximales x */
- #define LINKS 0 /* schalter für ausrichtung */
- #define RECHTS 1
- #define ZENTRIERT 2
- #define BLOCKSATZ 3
- #define MAXSEITEN 150 /* maximale Seitenanzahl */
-
- int MAS, SEITE, sei, MAX, MAY, vonri, ausri, stil, YKOD, off;
- struct Library *OpenLibrary();
- struct IntuitionBase *IntuitionBase;
- struct Window *Fenster, *OpenWindow();
- struct Screen *Scheibe, *OpenScreen();
- struct GfxBase *GfxBase;
- struct DosLibrary *DosBase;
- struct RastPort *RP;
- struct IntuiMessage *nachricht, *GetMsg(), *nachricht2;
- extern struct FileHandle *Open();
- extern struct MsgPort *CreatePort();
- extern struct IOStdReq *CreateStdIO();
- char buffer[512], titel[232], str[79], hel[79], tab[79], kbuf[512];
- UBYTE *a[MAXSEITEN] [72], *AllocMem(), Title[79];
- SHORT x, y, z, s, se, ze, Flagge, meld, ein, au, br, oflag, letztes, schrift,
- sicher, blo, bes, bas, bez, baz, spe, zpe, zg1, zg2, zg3, zg4, zg5,
- grokle, znum, snum, kbufcode, bak, icfy, iconx, icony;
-