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

  1. /***************************************************************************
  2.  *
  3.  * lists_protos.h -- Protos for lists.c
  4.  *
  5.  *-------------------------------------------------------------------------
  6.  * Authors: Casper Gripenberg  (casper@alpha.hut.fi)
  7.  *          Kjetil Jacobsen  (kjetilja@stud.cs.uit.no)    
  8.  *
  9.  */
  10.  
  11. #include "common.h"
  12.  
  13. void init_points( void );
  14. APoint *alloc_point( void );
  15. void free_point( APoint *aPoint );
  16. ABase *alloc_base(int map_x, int map_y);
  17. ABase *get_base(AShip *ship);
  18.