home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / chunkyppc / chunkyppcbase.h < prev    next >
C/C++ Source or Header  |  1999-01-06  |  171b  |  10 lines

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