visible.hh 791 B

123456789101112131415161718192021
  1. /********************************************************************** <BR>
  2. This file is part of Crack dot Com's free source code release of
  3. Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
  4. information about compiling & licensing issues visit this URL</a>
  5. <PRE> If that doesn't help, contact Jonathan Clark at
  6. golgotha_source@usa.net (Subject should have "GOLG" in it)
  7. ***********************************************************************/
  8. #ifndef GT1_VISIBILE_HH
  9. #define GT1_VISIBILE_HH
  10. #include "arch.hh"
  11. class g1_map_class;
  12. i4_bool g1_visibility_check(sw32 x1, sw32 y1,
  13. sw32 &x2, sw32 &y2,
  14. sw32 &hit_x, sw32 &hit_y,
  15. g1_map_class *map);
  16. #endif