home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / PennyWise™ Framework / PennyView / TEMPLATE_MMDIALOG.h < prev    next >
Encoding:
Text File  |  1994-08-09  |  692 b   |  19 lines  |  [TEXT/KAHL]

  1. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. //                                                                                //
  3. //                                                                                //
  4. //                    Copyright PennyWise Software, 1994.                            //
  5. //                                                                                //
  6. //            Part of the PennyWise Software Application Framework                //
  7. //                                                                                //
  8. //                                                                                //
  9. //            TEMPLATE_MMDIALOG.h        Written by Peter Kaplan                        //
  10. //                                                                                //
  11. //                                                                                //
  12. //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  13. #ifndef _TEMPLATE_MMDIALOG_
  14. #define    _TEMPLATE_MMDIALOG_
  15.  
  16.     extern void InitTEMPLATE_MMDIALOGHandlers(void);
  17.     extern void    TEMPLATE_MMDIALOGOpen(void);
  18.     
  19. #endif _TEMPLATE_MMDIALOG_