3dgfx code, untested
[metatoy] / src / colormgr.h
1 #ifndef COLORMGR_H_
2 #define COLORMGR_H_
3
4 void init_colormgr(void);
5
6 int find_color(int r, int g, int b);
7 int shade_color(int col, int shade);    /* both 0-255 */
8
9 #endif  /* COLORMGR_H_ */