home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Miscellaneous / WBStars2.0 / source / WBStars_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1998-06-24  |  405 b   |  22 lines

  1. /* $VER: WBStars_protos.h 2.0 (18 Dec 1996)
  2. */
  3.  
  4. #ifndef WBSTARS_PROTOS_H
  5. #define WBSTARS_PROTOS_H
  6.  
  7. /* WBStars_main.c */
  8. void    main(long argc, UBYTE **argv);
  9. void    Inactivate( void );
  10. char    Activate( void );
  11.  
  12. /* WBStars_libraries.c */
  13. char    OpenLibraries( void );
  14. void    CloseLibraries( void );
  15.  
  16. /* WBStars_Cx.c */
  17. char    InitCx( void );
  18. void    RemovCx( void );
  19. char    HandleCx( void );
  20.  
  21. #endif /* WBSTARS_PROTOS_H */
  22.