home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Ser / main_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-03  |  560 b   |  20 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( void );
  15. void init_font( void );
  16. void init_kbdrepeat( void );
  17. void do_fade( void );
  18. BOOL handleIDCMP( void );
  19. void cleanExit( LONG returnValue, char *fmt, ... );
  20.