home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0109.zip / Timur / target0.h < prev    next >
Text File  |  1993-06-07  |  651b  |  20 lines

  1. /* TARGET0.H
  2.  
  3. Copyright (c) 1992-1993 Timur Tabi
  4. Copyright (c) 1992-1993 Fasa Corporation
  5.  
  6. The following trademarks are the property of Fasa Corporation:
  7. BattleTech, CityTech, AeroTech, MechWarrior, BattleMech, and 'Mech.
  8. The use of these trademarks should not be construed as a challenge to these marks.
  9.  
  10. */
  11.  
  12. void APIENTRY Highlight(ULONG ul);
  13. // Highlights the source hexagon.  Intended to be started as a separate thread
  14.  
  15. int ExitSide(HEXINDEX hi);
  16. // Returns the exit side of hexagon hi.
  17.  
  18. int FirstSide(HEXINDEX hiFrom, HEXINDEX hiTo);
  19. // Returns the side of hiFrom through which a trajectory, from hiFrom to HiTo, would exit.
  20.