home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / sonstiges / tools / amiCheck / Source / qamntPanel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  558 b   |  28 lines

  1. #ifndef QAMNTPANEL_H
  2. #define QAMNTPANEL_H
  3.  
  4. /************************************************************************
  5. *   qamntPanel.h:
  6. *   global externs for the quick amnt panel
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_QAMNTLIST,
  14. };
  15.  
  16.  
  17. /* tags */
  18.                        
  19. /* layout structures */
  20. extern GadgetSpec *QA_AmntSpecs[];
  21. extern ULONG QA_AmntPanel[];
  22. extern GUIFront *qamntGUI; 
  23. extern struct Window *qamntWin;
  24. extern ULONG qamntSel;
  25.  
  26. BOOL QAmntGUI(GUIFront *);
  27. #endif
  28.