#include <stdio.h>
#include <intuition/intuition.h>
#include <intuition/intuitionbase.h>
#include <intuition/gadgetclass.h>
#include <workbench/icon.h>
#include <workbench/startup.h>
#include <workbench/workbench.h>
#include <graphics/gfxbase.h>
#include <graphics/text.h>
#include <exec/ports.h>
#include <exec/memory.h>
#include <exec/execbase.h>
#include <libraries/dosextens.h>
#include <libraries/gadtools.h>
#include <functions.h>

#define SEARCH_GADID   0
#define REPLACE_GADID  1
#define LV_GADID       2

#define SEARCH_GAD   Gadgets[SEARCH_GADID]
#define REPLACE_GAD  Gadgets[REPLACE_GADID]
#define LV_GAD       Gadgets[LV_GADID]

#define NUMGAD       3
