/* Gadfunc.c prototypes for Reminder */

/* $Id: Gadfunc.h,v 1.3 93/03/06 16:31:06 Matti_Rintala Exp $ */

#ifndef GADFUNC_H
#define GADFUNC_H

/* Include prototypes etc. generated by GadToolsBox */
#ifndef GDX_YEAR
#ifdef __SASC
#include "ReminderSAS.h"
#endif

#ifdef _DCC
#include "ReminderDICE.h"
#endif
#endif

void InitGadgets(void);
void ExitGadgets(void);

#endif
