#include <libraries/mui.h>
#include <proto/muimaster.h>
#include <clib/exec_protos.h>
#include <exec/memory.h>
#include <clib/alib_protos.h>

struct ObjApp
{
	APTR	App;
	APTR	win_fillout;
	APTR	lv_text;
	APTR	str_antw;
	APTR	str_file;
	APTR	bt_laden;
	APTR	bt_nochmal;
	APTR	bt_info;
	APTR	bt_answer;
	APTR	ga_good;
};


extern struct ObjApp * CreateApp(void);
extern void DisposeApp(struct ObjApp *);
