home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Ser / ships_protos.h < prev    next >
Encoding:
Text File  |  1994-12-03  |  501 b   |  15 lines

  1. /***************************************************************************
  2.  *
  3.  * ships_protos.h -- Protos for ships.c
  4.  *
  5.  *-------------------------------------------------------------------------
  6.  * Authors: Casper Gripenberg  (casper@alpha.hut.fi)
  7.  *          Kjetil Jacobsen  (kjetilja@stud.cs.uit.no)    
  8.  *
  9.  */
  10.  
  11. void init_ship( AShip *aShip );
  12. BOOL landing( AShip *ship );
  13. void update_ship( AShip *aShip, UWORD buf, UWORD nframes );
  14. void draw_ship( AShip *aShip, struct RastPort *rp, UWORD buf );
  15.