#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	MN_aman;
	APTR	WI_aman;
	APTR	STR_pattern;
	APTR	LV_aman;
};

#define ID_ABOUT 1
#define ID_SELECT 2
#define ID_SUBJECT 3

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