home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Include / include_h / proto / gadtools.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-01  |  454 b   |  25 lines

  1. #ifndef PROTO_GADTOOLS_H
  2. #define PROTO_GADTOOLS_H
  3.  
  4. /*
  5. **    $VER: gadtools.h 44.1 (1.11.1999)
  6. **    Includes Release 44.1
  7. **
  8. **    Lattice `C' style prototype/pragma header file combo
  9. **
  10. **    (C) Copyright 1999 Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef PRAGMAS_GADTOOLS_PRAGMAS_H
  15. #include <pragmas/gadtools_pragmas.h>
  16. #endif
  17.  
  18. #ifndef EXEC_LIBRARIES_H
  19. #include <exec/libraries.h>
  20. #endif
  21.  
  22. extern struct Library * GadToolsBase;
  23.  
  24. #endif /* PROTO_GADTOOLS_H */
  25.