11 lines
165 B
C
11 lines
165 B
C
// fl_show_colormap.H
|
|
|
|
// Color picker copied from Forms
|
|
|
|
#ifndef fl_show_colormap_H
|
|
#define fl_show_colormap_H
|
|
|
|
Fl_Color fl_show_colormap(Fl_Color oldcol);
|
|
|
|
#endif
|