/*
**	$VER: cinemaausgabe.h 1.0 (7.10.93)
**
**	cinemaausgabe.library  Strukturen und Konstanten
**
**	(C) Copyright 1989-1993 MAXON Computer GmbH
*/

/*****************************************************************************/

#define CINEMAAUSGABE_LIB_VERSION	1

#define NO_SIGNAL		-1

#define EV_Keiner		0	/* Events */
#define EV_Unterbrechung	1
#define EV_Abbruch		2
#define EV_EdScreen		3
#define EV_IFFSave		4

struct IDInfo {
	WORD	xauf;
	WORD	yauf;
	WORD	tiefe;
	UBYTE	name[34];
};

struct Expo {
	WORD	xauf;
	WORD	yauf;
	ULONG	ud;
	BOOL	hidden;
	WORD	realx;
	WORD	realy
};