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

  1. /***************************************************************************
  2.  *
  3.  * main_protos.h -- Needed protos for functions in main.
  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_world( void );
  14. void init_display( int native );
  15. void init_font( void );
  16. void init_kbdrepeat( void );
  17. void do_fade( void );
  18. BOOL handleIDCMP( AShip *aShip );
  19. void cleanExit( LONG returnValue, char *fmt, ... );
  20. extern void cmdline(int argc, char **argv);
  21.