home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff292.lzh / MultiPlot / source / mp.h < prev    next >
C/C++ Source or Header  |  1989-12-10  |  125b  |  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.