/*
 *  Triton - The object oriented GUI creation system for the Amiga
 *  Written by Stefan Zeiger in 1993-1994
 *
 *  (c) 1993-1994 by Stefan Zeiger
 *  You are hereby allowed to use this source or parts
 *  of it for creating programs for AmigaOS which use the
 *  Triton GUI creation system. All other rights reserved.
 *
 */


#ifndef _TRITON_H
#define _TRITON_H

#define TR_NOMACROS
#define TR_NOSUPPORT

#include <dos.h>
#include <utility/hooks.h>
#include <clib/exec_protos.h>
#include <pragmas/exec_pragmas.h>
#include <libraries/triton.h>
#include <proto/dos.h>
#include <proto/intuition.h>
#include <proto/graphics.h>
#include <proto/triton.h>
#include <clib/alib_protos.h>
#include <ctype.h>

#endif /* _TRITON_H */
