home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 109
/
EnigmaAmiga109CD.iso
/
software
/
sviluppo
/
chunkyppc
/
chunkyppcbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-06
|
171b
|
10 lines
#ifndef CHUNKYPPCBASE_H
typedef struct {
struct Library lib_node;
APTR seg_list;
struct ExecBase *sys_base;
} ChunkyPPC;
#endif