/* ************************************************************************ */
/* AK_GEN0_BASE_H (Headerfile for use with the "ak_gen0.library")           */
/* ************************************************************************ */
/* (c) 1989-93 by Andreas Ralph Kleinert. All rights reserved.              */
/* COMMERCIAL USE IS NOT ALLOWED WITHOUT SPECIAL PERMISSION BY THE AUTHOR ! */
/* ************************************************************************ */
/* Version          : V36.52                                                */
/* Last updated     : 08.01.1993                                            */
/* Compiler         : SAS/C V5.10a/b                                        */
/* Compiler-Options : (MakeFile)                                            */
/* ************************************************************************ */
/* Address          : Andreas Ralph Kleinert                                */
/*                    Grube Hohe Grethe 23                                  */
/*                    W-5900 Siegen 1                                       */
/*                    Germany                                               */
/* ************************************************************************ */

#ifndef AK_GEN0_BASE_H
#define AK_GEN0_BASE_H

#ifndef AK_STANDARD_PATH
#include "ak_gen0.h"
#else
#include <ak_gen0/ak_gen0.h>
#endif  AK_STANDARD_PATH

struct AKBase
{
 struct Library ak_LibNode;       /* PRIVATE.                     */
 APTR           ak_SegList;       /* PRIVATE.                     */
 APTR           ak_SysBase;       /* You have your own. ALWAYS.   */
 APTR           ak_DOSBase;       /* Use it, but don't close it ! */
 APTR           ak_IntuitionBase; /* Use it, but don't close it ! */
 APTR           ak_GfxBase;       /* Use it, but don't close it ! */

 /* The (possible) rest is PRIVATE.
 /* This structure may (and WILL) grow in the future !!! */
}

#endif AK_GEN0_BASE_H
