#define INTUI_V36_NAMES_ONLY


//  Prototypes
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/intuition.h>
#include <proto/icon.h>
#include <proto/graphics.h>
#include <proto/diskfont.h>
#include <proto/gadtools.h>
#include <proto/utility.h>
#include <proto/asl.h>

#include <proto/nipc.h>

#include <proto/muimaster.h>


//  MAKE_ID()
#include <libraries/iffparse.h>

#include <libraries/mui.h>


#define REG(x) register __ ## x
#define ASM    __asm
#define SAVEDS __saveds



//  Usual and boring stuff
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
