home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / CLDBOX.ZIP / ColourDBox / h / ColourDBox
Text File  |  1996-07-24  |  736b  |  26 lines

  1. /*
  2.  *
  3.  *     _ \  |    _) |                    ColourDBox.h
  4.  *    |   | __ \  | |  _ \  _` |  __|    -=> The ColourDBox definitions
  5.  *    ___/  | | | | |  __/ (   |\__ \    
  6.  *   _|    _| |_|_|_|\___|\__,_|____/    ⌐ Copyright 1996 Gareth Boden
  7.  * 
  8. */
  9.  
  10. #ifndef __COLOURDBOX_H
  11. #define __COLOURDBOX_H
  12.  
  13. /**** Typedefs ************************************************************/
  14.  
  15. typedef void (*colourdbox_resultfn)(int result); 
  16.  
  17. /**** Macros **************************************************************/
  18.  
  19. /**** Prototypes **********************************************************/
  20.  
  21. void ColourDBox_Open(int palentry,colourdbox_resultfn resultfn);
  22.  
  23. /**************************************************************************/
  24.  
  25. #endif
  26.