/* intuition support functions by Tobias Ferber 1991 */

#include <exec/types.h>
#include <intuition/intuition.h>

#define POS_3D TRUE
#define NEG_3D FALSE

extern void draw_3d();
extern void draw_3dgb();
extern void set_gflags();
extern void on_3dg();

#define off_3dg(g,w) OffGadget((g),(w),NULL)
