home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / include / proto / module.h < prev    next >
C/C++ Source or Header  |  1998-11-11  |  181b  |  12 lines

  1. #ifndef PROTO_MODULE_H
  2. #define PROTO_MODULE_H
  3.  
  4. #include "clib/module_protos.h"
  5.  
  6. #ifdef __GNUC__
  7. # include "inline/module.h"
  8. #else
  9. # include "pragmas/module_pragmas.h"
  10. #endif
  11. #endif
  12.