home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Opt / points.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-03  |  149 b   |  8 lines

  1. /*
  2.  * points.h -- Header file for points.c
  3.  *
  4.  */
  5.  
  6. APoint explosion_point[EXP_MAXSIZE];
  7. extern APoint *point_head;                /* From lists.c */
  8.