home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha / include / proto / expansion.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  357b  |  19 lines

  1. #ifndef PROTO_EXPANSION_H
  2. #define PROTO_EXPANSION_H
  3.  
  4. #ifndef DOS_FILEHANDLER_H
  5. #include <dos/filehandler.h>
  6. #endif
  7. #ifndef LIBRARIES_CONFIGVARS_H
  8. #include <libraries/configvars.h>
  9. #endif
  10.  
  11. #include <clib/expansion_protos.h>
  12. #include <inline/expansion.h>
  13.  
  14. #ifndef __NOLIBBASE__
  15. extern struct ExpansionBase * __CONSTLIBBASEDECL__ ExpansionBase;
  16. #endif
  17.  
  18. #endif
  19.