
/* F_COLOR.H */


#ifndef _F_COLOR_H_
#define _F_COLOR_H_

UInt8 COLindex( UInt8 R, UInt8 G, UInt8 B,UInt8 index);
UInt8 COLinvisible(void);
void COLinit( UInt8 invR, UInt8 invG, UInt8 invB,UInt8 huge *Colors, Int16 Colsz);
void COLfree(void);
struct PIXEL huge *COLdoomPalet(void);

#endif