home *** CD-ROM | disk | FTP | other *** search
- #ifndef FUNCTION_H
- #define FUNCTION_H
-
- /************************************************************
- * *
- * Filename : Function.h *
- * *
- ************************************************************
- * *
- * Comment : Prototypen *
- * *
- * *
- * *
- * Rev : V1.0 *
- * *
- * History : V1.0 erstellen dieses Files 17.09.89 *
- * *
- * Doc : *
- * *
- * Bugs : keine bekannten *
- * *
- * Autor : Oesch Silvano *
- * *
- * Datum : 17.09.89 *
- * *
- ************************************************************/
-
-
-
- void convert(int zahl,char *string);
- int prtcommand( struct MsgPort *port,
- struct Prt_Commands *commands,
- short nbr);
- void SetzeFarben ( struct FarbenFile *file);
- void HoleFarben(void);
- int LadeFarben( char *filename);
- void FarbenLaden(void);
- void FarbenSichern(void);
- void Rechteck( struct RastPort *Rp,
- int colour,
- int x1,int y1,int x2,int y2);
- int OpenHelp(void);
- void CloseHelp(int zeilen);
- void Print (struct RastPort *Rp,char *string,int x,int y);
- void PrintPage(int zeile);
- int Help(void);
- int Oeffne_Screen(int aufloesung);
- int openall(void);
- void closeall(void);
-
- #endif FUNCTION_H
-