home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 6 / Sonderheft_6-96.iso / demo-versionen / stormc_v1.05-demo / include / wbstartup.h < prev   
C/C++ Source or Header  |  1996-11-03  |  316b  |  23 lines

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