home *** CD-ROM | disk | FTP | other *** search
- /* Gadfunc.c prototypes for Reminder */
-
- /* $Id: Gadfunc.h,v 1.4 1993/04/02 19:37:33 Matti_Rintala Exp $ */
-
- #ifndef GADFUNC_H
- #define GADFUNC_H
-
- /* Include prototypes etc. generated by GadToolsBox */
- #ifndef GDX_YEAR
- #ifdef __SASC
- #include "RemSAS.h"
- #endif
-
- #ifdef _DCC
- #include "RemDICE.h"
- #endif
- #endif
-
- void InitGadgets(void);
- void ExitGadgets(void);
-
- #endif
-