home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / programming / c / oui / include / filesel_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-23  |  438 b   |  22 lines

  1. /* module filesel.o */
  2.  
  3. #if !defined( INTUITION_INTUITION_H )
  4. struct IntuiMessage ;
  5. #endif
  6.  
  7. #if !defined( DEVICES_KEYMAP_H )
  8. struct KeyMap ;
  9. #endif
  10.  
  11. #if !defined( CLASS_SCREEN_H )
  12. class screen ;
  13. #endif
  14.  
  15. extern BOOL getfile(screen *screen,  STRPTR s, STRPTR title,  STRPTR drawer,
  16.     STRPTR comment) ;
  17.  
  18. extern LONG DeadKeyConvert(IntuiMessage *msg, UBYTE *kbuffer, LONG kbsize,
  19.     KeyMap *kmap) ;
  20.  
  21. extern BOOL getPath(STRPTR , STRPTR );
  22.