home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / show / less / source / source.lha / position.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-11  |  146 b   |  8 lines

  1. /*
  2.  * Include file for interfacing to position.c modules.
  3.  */
  4. #define    TOP        0
  5. #define    TOP_PLUS_ONE    1
  6. #define    BOTTOM        -1
  7. #define    BOTTOM_PLUS_ONE    -2
  8.