home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Graphics / GifScan 1.6 / Sources / Lib Headers / DropShell.h next >
Encoding:
C/C++ Source or Header  |  1995-08-17  |  292 b   |  13 lines  |  [TEXT/MMCC]

  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            ShowAbout(void);
  9. void            DoMenu(long retVal);
  10. void            DoMouseDown(EventRecord *curEvent);
  11. void            DoKeyDown(EventRecord *curEvent);
  12.  
  13. #endif