| Line | |
|---|
| 1 | #ifndef GUI_PALETTE_H |
|---|
| 2 | #define GUI_PALETTE_H |
|---|
| 3 | |
|---|
| 4 | #include "gui.h" |
|---|
| 5 | |
|---|
| 6 | //------------------------------------------------------------------- |
|---|
| 7 | |
|---|
| 8 | #define PALETTE_MODE_DEFAULT 0 |
|---|
| 9 | #define PALETTE_MODE_SELECT 1 |
|---|
| 10 | |
|---|
| 11 | //------------------------------------------------------------------- |
|---|
| 12 | extern void gui_palette_init(int mode, color st_color, void (*on_select)(color clr)); |
|---|
| 13 | extern void gui_palette_kbd_process(); |
|---|
| 14 | extern void gui_palette_draw(int enforce_redraw); |
|---|
| 15 | |
|---|
| 16 | //------------------------------------------------------------------- |
|---|
| 17 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.