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

  1. /***************************************************************************
  2.  *
  3.  * misc_protos.h -- Protos for misc.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_sctables( void );
  12. #ifndef PURE_OS
  13. void init_writepixel( int bytesPerRow );
  14. void myWritePixel( PLANEPTR thePlane, int x, int y, int mode );
  15. void VerticalLine( PLANEPTR thePlane, int x, int y, int length, int onoff );
  16. #endif
  17. void draw_hud( struct RastPort *rp, UWORD buf, UWORD nframes );
  18.