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

  1. #ifndef _PROTO_TRANSLATOR_H
  2. #define _PROTO_TRANSLATOR_H
  3.  
  4. /*
  5. **  $VER: translator.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. #include <exec/types.h>
  13.  
  14. extern struct Library *TranslatorBase ;
  15.  
  16. #include <clib/translator_protos.h>
  17. #include <pragmas/translator_pragmas.h>
  18.  
  19. #endif
  20.