home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Magazine / YAM / Source / includes / proto / genesis.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-09  |  540 b   |  25 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef PROTO_GENESIS_H
  4. #define PROTO_GENESIS_H
  5.  
  6. #include <clib/genesis_protos.h>
  7.  
  8. #ifdef __GNUC__
  9. #include <inline/genesis.h>
  10. #endif /* __GNUC__ */
  11.  
  12. #if defined(LATTICE) || defined(__SASC) || defined(_DCC) || defined(__STORM__)
  13. #include <pragmas/genesis_pragmas.h>
  14. #endif /* __SASC */
  15.  
  16. #ifndef __NOLIBBASE__
  17. extern struct Library *
  18. #ifdef __CONSTLIBBASEDECL__
  19. __CONSTLIBBASEDECL__
  20. #endif /* __CONSTLIBBASEDECL__ */
  21. GenesisBase;
  22. #endif /* !__NOLIBBASE__ */
  23.  
  24. #endif /* !PROTO_GENESIS_H */
  25.