home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.2, Mar. 1990 *
- ******************************************************************************
- * General, visible to others, definitions of OverLoad.c module. *
- *****************************************************************************/
-
- #ifndef OVERLOAD_H
- #define OVERLOAD_H
-
- int OverLoadTypeCheck(int Operator, int Right, int Left, int *Result);
- struct ParseTree *OverLoadEvalOper(ParseTree *Root, ParseTree *TempR,
- ParseTree *TempL, int *IError, char *CError);
-
- #endif /* OVERLOAD_H */
-