home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Graphics / ViewILBM / Source / global.h < prev    next >
C/C++ Source or Header  |  1998-11-26  |  462b  |  21 lines

  1. /*
  2.  * $Id: global.h 1.1 1998/11/26 16:18:26 olsen Exp olsen $
  3.  *
  4.  * :ts=4
  5.  */
  6.  
  7. #include "preinclude.h"
  8.  
  9. /******************************************************************************/
  10.  
  11. typedef long ERRORCODE;
  12.  
  13. /******************************************************************************/
  14.  
  15. extern struct Library * SysBase;
  16. extern struct Library * DOSBase;
  17.  
  18. /******************************************************************************/
  19.  
  20. #include "protos.h"
  21.