/*
**      $VER: akccplus_protos.h 37.1 (6.9.96)
**
**      base definition include for akccplus.library
**
**      (C) Copyright 1989-96 Andreas R. Kleinert
**      All Rights Reserved.
*/

#ifndef AKCCPLUS_AKCCPLUSBASE_H
#define AKCCPLUS_AKCCPLUSBASE_H

#ifndef AKCCPLUS_AKCCPLUS_H
#include <akccplus/akccplus.h>
#endif /* AKCCPLUS_AKCCPLUS_H */

struct AKCCPlusBase
{
 struct Library     ab_LibNode; /* private fields */
 APTR		    ab_SegList;
 struct ExecBase   *ab_SysBase;
 struct DosLibrary *ab_DOSBase;
};

#endif /* AKCCPLUS_AKCCPLUS_BASE_H */
