
#ifndef PROTO_CDPLAYER_H
#define PROTO_CDPLAYER_H

/*
	Protos für die cdplayer.library  © 1995 by Patrick Hess

	$VER: cdplayer_protos.h 1.0 (29.05.1995)
*/

#include <exec/cdplayer.h>

extern struct Library *CDPlayerBase;

#include <clib/cdplayer_protos.h>
#include <pragmas/cdplayer_pragmas.h>

#endif

