home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
RiscOS
/
APP
/
DEVS
/
LIB
/
CLDBOX.ZIP
/
ColourDBox
/
h
/
ColourDBox
Wrap
Text File
|
1996-07-24
|
736b
|
26 lines
/*
*
* _ \ | _) | ColourDBox.h
* | | __ \ | | _ \ _` | __| -=> The ColourDBox definitions
* ___/ | | | | | __/ ( |\__ \
* _| _| |_|_|_|\___|\__,_|____/ ⌐ Copyright 1996 Gareth Boden
*
*/
#ifndef __COLOURDBOX_H
#define __COLOURDBOX_H
/**** Typedefs ************************************************************/
typedef void (*colourdbox_resultfn)(int result);
/**** Macros **************************************************************/
/**** Prototypes **********************************************************/
void ColourDBox_Open(int palentry,colourdbox_resultfn resultfn);
/**************************************************************************/
#endif