home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / irit / matherr.h < prev    next >
C/C++ Source or Header  |  1990-09-02  |  560b  |  16 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of MathErr module:             *
  7. *****************************************************************************/
  8.  
  9. #ifndef MATH_ERR_H
  10. #define MATH_ERR_H
  11.  
  12. int MathError(char **FuncName);
  13. void PrintFPError(int Type);
  14.  
  15. #endif /* MATH_ERR_H */
  16.