home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / chunkyppc / chunkyppcbase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-24  |  190 b   |  11 lines

  1. #ifndef CHUNKYPPCBASE_H
  2.  
  3. typedef struct {
  4.    struct Library         lib_node;
  5.    APTR                   seg_list;
  6.    struct ExecBase       *sys_base;
  7.    int *Internal3;
  8. } ChunkyPPC;
  9.  
  10. #endif
  11.