home *** CD-ROM | disk | FTP | other *** search
- #ifndef NIVL2_H
- #define NIVL2_H
-
- /****************************************************************
- * *
- * Filename : NivL2.h *
- * *
- *****************************************************************
- * *
- * Comment : Includedatei für die Displayfunktionen der *
- * Niveaudarstellung. *
- * *
- * Rev : V1.0 *
- * *
- * History : V1.0 erstellen dieses Files 01/01/90 *
- * *
- * Doc : Plotlibrary User's Guide *
- * *
- * Bugs : keine bekannten *
- * *
- * Autor : Oesch Silvano *
- * *
- * Datum : 01/01/90 *
- * *
- ****************************************************************/
-
- /****************************************************************
- * *
- * Definition der Funktionsparameter *
- * *
- ****************************************************************/
-
- #if PROTOTYPEN
-
- int drawnivcurves(void);
- int checkcorner(int ,int ,int ,int );
- int checkniv(void);
- void calcrect(int ,int ,int );
- void calcstyle(void);
-
- #else
-
- int drawnivcurves();
- int checkcorner();
- int checkniv();
- void calcrect();
- void calcstyle();
-
- #endif
-
- #endif
-