home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d056 / mcad.lha / mCAD / mp / source / mp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-03-02  |  125 b   |  12 lines

  1. /* mp.h */
  2. #ifndef FFP_H
  3. #include "ffp.h"
  4. #endif
  5.  
  6. #define MAXPOINTS 256
  7. #define I2LARGE 32767
  8.  
  9. #define UP 1
  10. #define DOWN -1
  11.  
  12.