home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
util
/
libs
/
image.lha
/
Image
/
Image_lib
/
include
/
libraries
/
imagebase.h
< prev
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
|
1998-10-26
|
386 b
|
18 lines
#ifndef LIBRARIES_IMAGEBASE_H
#define LIBRARIES_IMAGEBASE_H
#ifndef EXEC_LIBRARIES
#include <exec/libraries.h>
#endif /* EXEC_LIBRARIES_H */
struct ImageBase
{
struct Library ib_LibNode;
APTR ib_SegList;
struct ExecBase *ib_SysBase;
struct Library *ib_UtilityBase;
struct GfxBase *ib_GfxBase;
};
#endif /* LIBRARIES_IMAGEBASE_H */