#ifndef _PROTO_LUCYPLAY_H
#define _PROTO_LUCYPLAY_H

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_LUCYPLAY_PROTOS_H
#include <clib/lucyplay_protos.h>
#endif

#ifdef __GNUC__
#include <inline/lucyplay.h>
#elif defined(__VBCC__)
#ifndef __PPC__
#include <inline/lucyplay_protos.h>
#endif
#else
#include <pragma/lucyplay_lib.h>
#endif

#ifndef __NOLIBBASE__
extern struct Library *LucyPlayBase;
#endif

#endif	/*  _PROTO_LUCYPLAY_H  */
