home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 287.lha / TY_v1.3 / src / position.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-07  |  168 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.