home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0106.zip / Timur / TARGET.H < prev    next >
Text File  |  1992-05-22  |  604b  |  26 lines

  1. /* TARGET.H
  2.  
  3. Copyright (c) 1992 Timur Tabi
  4. Copyright (c) 1992 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 TgtInitialize(HWND);
  13. // Initializes the targetting structure
  14.  
  15. void TgtShutdown(void);
  16. // Shuts the targetting mechanism down
  17.  
  18. void TgtStart(HEXINDEX);
  19. // Activates targetting
  20.  
  21. void TgtEnd(void);
  22. // Terminates targetting
  23.  
  24. void TgtMove(HEXINDEX);
  25. // Moves the targetting line
  26.