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

  1. /***************************************************************************
  2.  *
  3.  * map_protos.h -- Protos for map.c
  4.  *
  5.  *-------------------------------------------------------------------------
  6.  * Authors: Casper Gripenberg  (casper@alpha.hut.fi)
  7.  *          Kjetil Jacobsen  (kjetilja@stud.cs.uit.no)    
  8.  *
  9.  */
  10.  
  11. #include <intuition/intuition.h>
  12.  
  13. #include "common.h"
  14.  
  15. void init_map( void );
  16. void init_maptables( BOOL u_tbl[], BOOL d_tbl[], BOOL l_tbl[], BOOL r_tbl[] );
  17. void prepare_map( void );
  18. void draw_map( struct RastPort *wRp, AShip *local_ship, 
  19.                UWORD buf, UWORD nframes );
  20.