home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / ColorSync 2.5.1 SDK / Sample Code / DropShell / DropShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-09-09  |  328 b   |  14 lines  |  [TEXT/MPS ]

  1. #ifndef    __DROPSHELL_H__
  2. #define    __DROPSHELL_H__
  3.  
  4. void            Panic(void);
  5. void            InitToolbox(void);
  6. Boolean            InitGlobals(void);
  7. void            SetUpMenus(void);
  8. void             InstallSplashScreen(void); 
  9. void            ShowAbout(void);
  10. void            DoMenu(long retVal);
  11. void            DoMouseDown(EventRecord *curEvent);
  12. void            DoKeyDown(EventRecord *curEvent);
  13.  
  14. #endif