home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / misc / reminder / src / gadfunc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-19  |  364 b   |  23 lines

  1. /* Gadfunc.c prototypes for Reminder */
  2.  
  3. /* $Id: Gadfunc.h,v 1.4 1993/04/02 19:37:33 Matti_Rintala Exp $ */
  4.  
  5. #ifndef GADFUNC_H
  6. #define GADFUNC_H
  7.  
  8. /* Include prototypes etc. generated by GadToolsBox */
  9. #ifndef GDX_YEAR
  10. #ifdef __SASC
  11. #include "RemSAS.h"
  12. #endif
  13.  
  14. #ifdef _DCC
  15. #include "RemDICE.h"
  16. #endif
  17. #endif
  18.  
  19. void InitGadgets(void);
  20. void ExitGadgets(void);
  21.  
  22. #endif
  23.