home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
chunkyppc
/
chunkyppcbase.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-09-24
|
190 b
|
11 lines
#ifndef CHUNKYPPCBASE_H
typedef struct {
struct Library lib_node;
APTR seg_list;
struct ExecBase *sys_base;
int *Internal3;
} ChunkyPPC;
#endif