home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / demos / stormc-demo / include / storm / wbstartup.h < prev   
Encoding:
C/C++ Source or Header  |  1996-01-09  |  387 b   |  26 lines

  1. #ifndef _INCLUDE_WBSTARTUP
  2. #define _INCLUDE_WBSTARTUP
  3.  
  4. /*
  5. **  $VER: wbstartup.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. extern unsigned short _wbflag;
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. void wbparse(struct WBStartup *);
  19. void wbmain(struct WBStartup *);
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif
  26.